Test all dispositions linked to an agent against a transcript to preview results before live calls.
extracted_data is grouped by category and disposition name, in the same format as post-call execution data.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The agent whose dispositions will be evaluated.
Transcript to evaluate against the agent's dispositions.
Request body for testing an agent's dispositions against a transcript.
The call transcript to run dispositions against.
50000"Agent: Hi, how can I help you today? Customer: I am interested in your enterprise plan and would like to know more about pricing."
Optional ISO 8601 date/datetime string for temporal context.
"2026-04-01T10:00:00Z"
Grouped disposition results
Grouped disposition results in the same format as post-call execution data.
Results grouped by category and disposition name. Each leaf contains subjective (free-text) and/or objective (pre-defined value) fields.
{
"Lead Quality": {
"Call Outcome": {
"subjective": "Customer expressed strong interest and asked about enterprise pricing.",
"objective": "interested"
}
},
"Escalation": {
"Agent Handover Needed": { "subjective": "", "objective": "No" }
}
}