Skip to main content
POST
Generate audio stream URL
Generate shareable URLs for streaming or downloading audio files.
  • URLs are CDN-hosted and can be shared directly
  • Format is MP3 or original audio format
  • URLs remain valid for extended periods
  • Useful for embedding in web players or sending via email

Streams and Exports

Learn about generating URLs and streaming options

Get Audio Details

Retrieve audio metadata before generating URLs

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

audio_id
string
required
Pattern: ^a-
Example:

"a-12345"

Body

application/json
format
enum<string>
Available options:
mp3,
wav,
flac
Example:

"mp3"

quality
enum<string>
Available options:
low,
medium,
high
Example:

"high"

Response

200 - application/json

Stream URL generated

success
boolean
Example:

true

data
object