Upload an audio file to create a new call analysis request.
Supported audio formats: MP3, WAV, M4A, FLAC, OGG, WEBM
The analysis process runs asynchronously. Poll the GET endpoint or configure webhooks to receive completion notifications.
Processing stages:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Your unique identifier for this call (e.g., CRM call ID)
Identifier of the agent who handled the call
Display name of the agent
Name of the analysis model to use for evaluation
Audio file to analyze (MP3, WAV, M4A, FLAC, OGG, WEBM)
JSON string with custom metadata (e.g., campaign, department)
Successful Response
Complete call analysis result with scores, insights, and metadata
Unique identifier for this analysis
"550e8400-e29b-41d4-a716-446655440000"
Your reference ID for this call
"CALL-2024-001234"
Current processing status: PENDING, PROCESSING, COMPLETED, or FAILED
PENDING, AUDIO_CONVERSION_IN_PROGRESS, AUDIO_CONVERTED, AUDIO_TRANSCRIPTION_IN_PROGRESS, AUDIO_TRANSCRIBED, TRANSCRIPTION_ANALYZE_IN_PROGRESS, TRANSCRIPTION_ANALYZED, TRANSCRIPTION_SUMMARIZE_IN_PROGRESS, TRANSCRIPTION_SUMMARIZED, TRANSCRIPTION_FAILED, PROCESS_COMPLETED, ERROR Whether this record is active
true
Timestamp when analysis was created (UTC)
System identifier that created this record
Identifier of the agent who handled the call
"AGT-001"
Display name of the agent
"John Smith"
ID of the analysis model used for evaluation
1
Error details if status is FAILED
Name of the uploaded audio file
"support_call_20240115.mp3"
Custom metadata provided during submission
{
"campaign": "Q4_Retention",
"department": "Support"
}Extracted variables and data from the analysis
Detailed scoring breakdown organized by evaluation categories
Total achieved score across all categories
425
Maximum possible total score
500
Overall achievement percentage (0-100)
85
AI-generated summary of the conversation
"The agent handled a billing inquiry efficiently, resolving the customer's concern about an unexpected charge."
Key observations and recommendations from the analysis
[
"Agent demonstrated excellent product knowledge",
"Consider offering proactive follow-up"
]Key topics and themes discussed in the call
[
"billing",
"refund",
"subscription",
"satisfaction"
]Timestamp of last update (UTC)
System identifier that last updated this record