curl --location -g --request POST 'https:///api/v2/agents//evaluations' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"agent_id": 0,
"dataset_ids": [
0
],
"metric_ids": [
0
],
"prefix_prompt": "string",
"model_deployment": "string",
"custom_instructions": {
"property1": null,
"property2": null
},
"source_enabled": false,
"evaluation_name": "string"
}'
{
"success": true,
"message": "Evaluation created successfully",
"data": {
"id": 213,
"agent": 3,
"final_scores": {},
"status": "pending",
"created_on": "2025-01-21T20:59:15.608Z"
}
}