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}/transcript \ --header 'Authorization: Bearer <token>'
{ "callId": "<string>", "segments": [ { "speaker": "<string>", "text": "<string>", "startTime": 123, "endTime": 123, "confidence": 123, "isFinal": true } ] }
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
OK
Show child attributes