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 POST \ --url https://api.useanima.sh/v1/voice/calls \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "to": "<string>", "agentId": "<string>", "tier": "basic", "greeting": "<string>", "fromNumber": "<string>", "systemPrompt": "<string>" } '
{ "callId": "<string>", "state": "<string>", "from": "<string>", "to": "<string>", "direction": "<unknown>" }
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
basic
premium
realtime
OK