Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.trymaitai.ai/api/v1/evaluations \ --header 'Content-Type: application/json' \ --header 'X-Maitai-Api-Key: <api-key>' \ --data ' { "application_id": 42, "intent_id": 7, "date_start": 1700000000, "date_end": 1706000000 } '
{ "data": { "message": "Evaluation started" } }
Start a batch evaluation run against selected sentinels and requests.
Your Maitai API key from the Portal.
Create evaluation.
Was this page helpful?