cURL
curl --request POST \ --url https://api.example.com/v1/call-recording/download \ --header 'Content-Type: application/json' \ --data ' { "call_id": "<string>", "expiration_url_in_minutes": 10 } '
"<string>"
Download the recording file for a specific call.
This endpoint returns the call recording as a binary file (audio). Use this to directly download the recording to your system for storage or processing.
The unique identifier of the call whose recording you want to access
Number of minutes until the signed URL expires. Controls how long the generated URL remains valid for accessing the recording.
Direct file download