Get Audio

Learn how to retrieve brand audio from your workspace

Published


Overview#

This endpoint allows you to retrieve a list of brand audio tracks from your workspace. Brand audio can be reused across your video templates without uploading the same file every time.

https://api.orshot.com/v1/brand-assets/audio/get

Query Parameters#

ParameterTypeRequiredDescription
tagStringNoComma-separated list of tags to filter by. Returns only audio that has all specified tags.
embedIdStringNoEmbed instance ID. Pair with embedUserId to scope this call to one embed user
embedUserIdStringNoThe same userId your app passes to the embed URL. Requires embedId

Request#

await fetch("https://api.orshot.com/v1/brand-assets/audio/get", {
  method: "GET",
  headers: {
    "Content-Type": "application/json",
    Authorization: "Bearer <ORSHOT_API_KEY>",
  },
});

Per-User Libraries#

Pass embedId and embedUserId together to return only that embed user's audio instead of the whole workspace library. This is how one embed serves many brands or tenants, each with its own brand space.

Omit them and this endpoint behaves exactly as documented above. See Per-User Brand Assets for the full picture.

Rate Limits#

  • 30 requests per minute per endpoint

Response Fields#

FieldTypeDescription
idNumberUnique identifier for the audio file
created_atStringTimestamp when the audio was uploaded
nameStringStored audio name
original_filenameStringDisplay name of the uploaded audio
file_sizeNumberSize of the audio file in bytes
direct_urlStringURL to access the audio
durationNumberAudio duration in seconds
formatStringAudio format (e.g., mp3, wav)
mime_typeStringMIME type of the audio
waveform_urlStringURL to a waveform image (may be null)
metadataObjectCustom metadata associated with the audio
tagsString[]Tags associated with the audio
workspace_idNumberID of the workspace the audio belongs to
user_idStringID of the user who uploaded the audio

Ready to automate?

Start rendering images, PDFs and videos from your templates in under 2 minutes. Free plan, no credit card.

Get your API key
  • Image, PDF and video generation via API
  • Visual editor with AI and smart layouts
  • Zapier, Make, MCP and 50+ integrations
  • White-label embed for your own app
  • 30 free credits — no credit card required