cURL
curl --request POST \ --url https://api.helicone.ai/v2/experiment/{experimentId}/evaluators \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "evaluatorId": "<string>" } '
{ "data": null, "error": null }
Add evaluators to an experiment using v2 API
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Was this page helpful?