cURL
curl --request GET \ --url https://api.recepta.ai/api/v1/api/calls/{callId}/recording \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Recording retrieved", "data": { "callId": "69af1467f97caa0d0e1e13e2", "recordingUrl": "https://cdn.example.com/recordings/abc123.wav", "source": "database" } }
Retrieve the recording URL of a completed call. Permission: calls:recording
calls:recording
Your Recepta API key (starts with rcp_)
rcp_
Call ID
Recording retrieved
true
"Recording retrieved"
Show child attributes