Intelligence
Analyze Call Emotions
Analyze the emotional content of a call recording using AI intelligence.
POST
Overview
Use advanced AI to analyze the emotional content of a call recording and determine the dominant emotion expressed during the conversation. This intelligence endpoint processes audio recordings up to 25MB in size and returns the primary detected emotion along with analysis metadata.
Headers
Your API key for authentication.
Must be set to application/json
.
Body
The unique identifier of the call to analyze. This should be a call ID from a previous call made through the system.
Response
The outer response wrapper.
Will be null for successful requests. Contains error details when the request fails.
Error Responses
- 413 Payload Too Large: Returned when the audio file exceeds the 25MB size limit
- 404 Not Found: Returned when the specified call_id does not exist
- 401 Unauthorized: Returned when the API key is invalid or missing