curl --request POST \
--url https://api.helicone.ai/v1/evaluator \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"scoring_type": "<string>",
"name": "<string>",
"llm_template": "<unknown>",
"code_template": "<unknown>",
"last_mile_config": "<unknown>"
}
'{
"data": {
"id": "<string>",
"created_at": "<string>",
"scoring_type": "<string>",
"llm_template": "<unknown>",
"organization_id": "<string>",
"updated_at": "<string>",
"name": "<string>",
"code_template": "<unknown>",
"last_mile_config": "<unknown>"
},
"error": null
}Create a new evaluator configuration
curl --request POST \
--url https://api.helicone.ai/v1/evaluator \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"scoring_type": "<string>",
"name": "<string>",
"llm_template": "<unknown>",
"code_template": "<unknown>",
"last_mile_config": "<unknown>"
}
'{
"data": {
"id": "<string>",
"created_at": "<string>",
"scoring_type": "<string>",
"llm_template": "<unknown>",
"organization_id": "<string>",
"updated_at": "<string>",
"name": "<string>",
"code_template": "<unknown>",
"last_mile_config": "<unknown>"
},
"error": null
}eu.api.helicone.ai instead of
api.helicone.ai.Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Was this page helpful?