cURL
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" }
Streams the original audio file that was submitted for analysis.
Returns the file as an audio stream with appropriate content-type headers.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the call analysis
Audio file stream