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:
Copy
"questions": [ ["Who answered the call?", "human or voicemail"], ["Positive feedback about the product: ", "string"], ["Negative feedback about the product: ", "string"], ["Customer confirmed they were satisfied", "boolean"] ];
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.
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.