Skip to main content
GET
/
v1
/
sessions
/
{id}
/
recording
get session recording
curl --request GET \
  --url https://api.anam.ai/v1/sessions/{id}/recording \
  --header 'Authorization: Bearer <token>'
{
  "recordingUrl": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Session ID

Response

Successfully retrieved recording URL

recordingUrl
string

Presigned URL to download the recording (expires in 1 hour)