Analyze Batch with AI
Batches
Analyze Batch with AI
Analyzes a batch of calls based on using questions and goals..
POST
Analyze Batch with AI
Headers
string
required
Your API key for authentication.
Path Parameters
string
required
The unique identifier for the batch of calls to be analyzed.
Request Body
string[][]
required
An array of questions to be analyzed for each call in the batch.Each question should be an array with two elements: the question text and the expected answer type (e.g., “string”, “boolean”).Fairly flexible in terms of the expected answer type, and unanswerable questions will default to null.Examples:
Response
object
Will be success if the request was successful.
string
Confirms the request was successful, or provides an error message if the request failed.
object
Contains the analyzed answers for each call in the batch.The keys are call_ids from the batch, and the array values are the analysis results for each question in the batch.
number
Token-based price for the analysis request.As a rough estimate, the base cost is 0.003 credits with an additional 0.0015 credits per call in the batch.Longer call transcripts and higher numbers of questions can increase the cost, however the cost scales very effectively with batches vs. individual calls.