curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/agents/evals \
--header 'Content-Type: application/json' \
--data '
{
"agent_id": "<string>",
"category": "<string>",
"prompt": "<string>",
"score": 123,
"title": "<string>"
}
'{
"agent_id": "<string>",
"category": "<string>",
"created_at": "<string>",
"id": 123,
"org_id": "<string>",
"prompt": "<string>",
"score": 123,
"title": "<string>"
}Create a new evaluation for an agent
curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/agents/evals \
--header 'Content-Type: application/json' \
--data '
{
"agent_id": "<string>",
"category": "<string>",
"prompt": "<string>",
"score": 123,
"title": "<string>"
}
'{
"agent_id": "<string>",
"category": "<string>",
"created_at": "<string>",
"id": 123,
"org_id": "<string>",
"prompt": "<string>",
"score": 123,
"title": "<string>"
}Organization ID
Evaluation data