Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200
Created evaluation
curl --request POST \
  --url https://api.lunary.ai/v1/evals \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "datasetId": "<string>",
  "description": "<string>"
}'curl --request POST \
  --url https://api.lunary.ai/v1/evals \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "datasetId": "<string>",
  "description": "<string>"
}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Created evaluation