Start an evaluation run
Simulates the given scenarios against the agent and scores them. Answers 202 with a job_id to poll with GET.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
WhatsApp social account id (the number must be managed through the Cloud API).
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
{ "job_id": "string", "status": "string"}Read evaluation data
Without query parameters, lists the evaluation scenarios (`eval_cases`). With `jobId`, polls a run started with POST. With `summaryIds`, returns the aggregated insight reports. With `evalIds`, returns per-conversation evaluation details. One of the three at a time.
Get reviews
Returns reviews for a Google Business Profile account including ratings, comments, and owner replies. Use nextPageToken for pagination.