curl --request GET \
--url https://api.anam.ai/v1/sessions/{id}/recording \
--header 'Authorization: Bearer <token>'{
"recordingUrl": "<string>"
}Returns a presigned URL to download the session recording
curl --request GET \
--url https://api.anam.ai/v1/sessions/{id}/recording \
--header 'Authorization: Bearer <token>'{
"recordingUrl": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Session ID
Successfully retrieved recording URL
Presigned URL to download the recording (expires in 1 hour)
Was this page helpful?