Get Audio
Recordings
Get Audio
Get the audio file URL for a recording
GET
Get Audio
Returns a URL to download or stream the audio file for a recording.
Path Parameters
The recording ID
Request
Response
Signed URL to download the audio file. Valid for 1 hour.
Audio MIME type (typically
audio/wav or audio/mpeg)Audio duration in seconds
Response
The URL is a signed URL that expires after 1 hour. If you need long-term access, download the file and store it yourself.
Audio Not Ready
If the recording is still being processed, you’ll receive a202 Accepted response:
Errors
| Status | Description |
|---|---|
202 | Recording is still processing |
401 | Invalid or missing API key |
404 | Recording not found |