Developer Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Get Call Audio

This endpoint will stream the specified voice call’s recorded audio to you if it exists.

GET URL
https://api.teletracker.net/callaudio/{call_id}
https://api.teletracker.net/callaudio/{account_id}/{call_id}
URL Parameters
Parameter Type Usage Description
call_id string Required The unique call ID value
account_id integer Depends Allows you to specify the account id in addition to the call id if pulling call data from more than one account. Optional for users. Required for integrators.
Request Parameters
None
Response
The response will have a corresponding Content-Type header set to match the format of the audio. The response body will be WAV audio file binary data, or some other audio file format binary data if used.