Skip to main content
GET
Get audio details
Retrieve metadata for a specific audio file by its ID.
  • Audio IDs always start with a- prefix
  • The length property contains duration in seconds
  • Use this to retrieve metadata before generating streams or download URLs

List All Audio

View all audio files in collection

Generate URL

Create streaming or download 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"

Query Parameters

collection_id
string
Example:

"default"

Response

200 - application/json

Audio details

success
boolean
Example:

true

data
object