curl --request POST \
--url https://api.helicone.ai/v2/experiment/{experimentId}/evaluators/run \
--header 'authorization: <api-key>'
{}
Execute evaluators for an experiment using v2 API
curl --request POST \
--url https://api.helicone.ai/v2/experiment/{experimentId}/evaluators/run \
--header 'authorization: <api-key>'
{}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?