API Reference
Run the evaluation (generate with gpt-4.1 then grade)
Getting Started
Audit Logs
Datasets
- GETList datasets
- POSTCreate a new dataset
- GETGet dataset by ID or slug
- DELDelete a dataset
- PATCHUpdate a dataset
- POSTCreate a new prompt
- GETGet prompt by ID
- DELDelete a prompt
- PATCHUpdate a prompt
- GETGet prompt variation by ID
- DELDelete a prompt variation
- PATCHUpdate a prompt variation
- POSTCreate a new prompt variation
Evals
Runs
Templates
API Reference
Run the evaluation (generate with gpt-4.1 then grade)
POST
/
v1
/
evals
/
{id}
/
run
curl --request POST \
--url https://api.lunary.ai/v1/evals/{id}/run
Path Parameters
Response
204
No Content
curl --request POST \
--url https://api.lunary.ai/v1/evals/{id}/run