Skip to main content
POST
/
v1
/
call-recording
/
download
Download Call Recording
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>"

Body

application/json
call_id
string
required

The unique identifier of the call whose recording you want to access

expiration_url_in_minutes
integer
default:10

Number of minutes until the signed URL expires. Controls how long the generated URL remains valid for accessing the recording.

Response

Direct file download

Direct file download