Skip to main content
GET
/
v1
/
call-analysis
/
{id}
/
audio-file
Download the original audio recording
curl --request GET \
  --url https://api.example.com/v1/call-analysis/{id}/audio-file \
  --header 'Authorization: Bearer <token>'
{
  "code": "001-001-0001",
  "message": "The requested resource was not found"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Unique identifier of the call analysis

Response

Audio file stream