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.promptmetrics.dev/evaluation/run \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "dataset_id": "<string>", "dataset_version_id": "<string>", "columnName": "<string>", "template_id": "<string>" } '
{ "responseData": { "name": "<string>", "columnName": "<string>", "results": "<array>" }, "message": "<string>" }
SDK API key in format: pm_
Evaluation executed
Show child attributes