Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.useanima.sh/v1/voice/calls/{callId}/recording \ --header 'Authorization: Bearer <token>'
{ "callId": "<string>", "downloadUrl": "<string>", "durationSeconds": 123, "fileSizeBytes": 123, "codec": "<string>", "storageTier": "<string>", "consentType": "<string>", "createdAt": "<string>", "expiresAt": "<string>" }
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
OK