Skip to main content
GET
/
api
/
v1
/
calls
/
generate_recording_url
/
{call_id}
cURL
curl --request GET \
  --url https://kapi.prod1.kastle.ai/api/v1/calls/generate_recording_url/{call_id} \
  --header 'Authorization: Bearer <token>'
{
  "recording_url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

call_id
string
required

Unique identifier of the call to generate recording URL for

Response

Successfully generated recording URL

recording_url
string

Presigned URL for accessing the call recording