Skip to main content
POST
/
v1
/
evals
/
{requestId}
cURL
curl --request POST \
  --url https://api.helicone.ai/v1/evals/{requestId} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "score": 123,
  "name": "<string>"
}
'
{
  "data": null,
  "error": null
}
For users in the European Union: Please use eu.api.helicone.ai instead of api.helicone.ai.

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer YOUR_API_KEY'

Path Parameters

requestId
string
required

Body

application/json
score
number<double>
required
name
string
required

Response

200 - application/json

Ok

data
enum<number> | null
required
Available options:
error
enum<number> | null
required
Available options: