Add evaluators to an experiment using v2 API
curl --request POST \ --url https://api.helicone.ai/v2/experiment/{experimentId}/evaluators \ --header 'Content-Type: application/json' \ --header 'authorization: <api-key>' \ --data '{ "evaluatorId": "<string>" }'
{}
Was this page helpful?