Skip to main content
POST
Analyze Call with AI

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The unique identifier for the call to be analyzed.

Request Body

string
required
This is the overall purpose of the call. Provides context for the analysis to guide how the questions/transcripts are interpreted.
string[][]
required
An array of questions to be analyzed for the call.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

string
Can be success or error.
string
Confirms the request was successful, or provides an error message if the request failed.
array
Contains the analyzed answers for the call in an array.
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 call.Longer call transcripts and higher numbers of questions can increase the cost, however the cost scales very effectively with calls vs. individual calls.