Skip to main content
GET
Get Session Audio
Fetch the complete recording of a session as a presigned download URL (single combined MP3). Requires full-audio access enabled for your business — contact support to enable it. The audio is combined in the background after End Session; until it’s ready this returns 404 audio_not_available, so retry after a short delay.
Session audio is retained for 24 hours after the consultation by default (configurable per business) and is deleted after that. Call this API within that window and download the recording via the returned presigned URL. Presigned URLs also expire — fetch fresh, don’t store.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string
required

Session ID returned by Create Session

Example:

"ses_abc123def456"

Response

Presigned URL for the combined session audio

session_id
string
Example:

"ses_abc123def456"

status
string
Example:

"success"

audio_url
string

Presigned URL of the combined session audio (MP3).

expires_in
integer

URL validity in seconds.

Example:

86400

expires_at
integer

Unix epoch (seconds) when the URL expires.

Example:

1753162800