Skip to main content
POST
Generate audio stream URL

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