Skip to main content
GET
Get Audio
Returns a URL to download or stream the audio file for a recording.

Path Parameters

string
required
The recording ID

Request

Response

string
Signed URL to download the audio file. Valid for 1 hour.
string
Audio MIME type (typically audio/wav or audio/mpeg)
number
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 a 202 Accepted response:

Errors