Calls
Stream Audio
Stream the audio recording of a call
GET
Stream Audio
Stream the audio recording of a call. Returns a binary audio file (audio/ogg or audio/mpeg).
Parameters
string
required
The unique call ID (e.g.,
outbound-1776774443-863aa698)Request Example
Response
Success Response (200)
Returns a binary audio stream. The response is not JSON — it is the raw audio file.string
Audio format — typically
audio/ogg or audio/mpeginteger
Size of the audio file in bytes
The response is a binary audio stream, not JSON. Use the
-o flag with curl to save it to a file, or use the URL directly in an HTML <audio> tag for playback.
