Create a new evaluation for a specific request
curl --request POST \ --url https://api.helicone.ai/v1/evals/{requestId} \ --header 'Content-Type: application/json' \ --header 'authorization: <api-key>' \ --data '{ "score": 123, "name": "<string>" }'
{}
Was this page helpful?