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/analytics \ --header 'Authorization: Bearer <token>'
{ "averageCompositeScore": 123, "averageResolutionScore": 123, "averageSentimentScore": 123, "totalCalls": 123, "scoreDistribution": { "excellent": 123, "good": 123, "average": 123, "poor": 123 } }
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
OK
Show child attributes