AI Call Analysis
Sends a call recording for AI analysis. Send a signed url for the recording along with the call type and the agent name. Credits are charged on the length of the recording, measured by us, at one credit per minute rounded up. The analysis runs in the background, so this returns a requestId which you use to check the progress and fetch the result.
post/call/analysis/initiate
Request body
Response
If the auth token is valid.
Example response
{
"statusCode": 0,
"message": "Successfully initiated the call analysis",
"data": {
"requestId": "68b1f2c9a4d3e5f601234567",
"status": 2,
"creditsUsed": 3
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.