Get Audio Asset
Fetch one audio asset’s metadata. Returns 404 for missing, soft-deleted, or foreign-tenant assets — existence information is never leaked across tenants.
Authentication
Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.
Path parameters
Headers
Response headers
Response
Prefixed wire identifier (audio_<26 char Crockford base32>).
URL paths accept only this
prefixed form; legacy UUID path parameters are rejected with
404.
Always audio/wav. Pinned server-side after WAV validation
rather than trusting the upload’s multipart Content-Type
header.
Clip duration in milliseconds. Capped at 30000 (30s) at upload time.
WAV sample rate. Always 48000 (the rate voice agents play back natively).
Channel count. Always 1 (mono).