Skip to main content
GET
/
api
/
calls
/
{callId}
/
recording
Get call recording
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"
  }
}

Authorizations

x-api-key
string
header
required

Your Recepta API key (starts with rcp_)

Path Parameters

callId
string
required

Call ID

Response

Recording retrieved

success
boolean
Example:

true

message
string
Example:

"Recording retrieved"

data
object