Skip to main content

Datasets

Datasets on this API are primarily custom CSV-backed resources: rows (for example prompt, output, golden answer), an optional description, plus metric thresholds used when you run evaluations. You can create, list, update, delete, and download custom datasets. Proprietary catalog datasets are readable: pass their dataset_type_id on the paginated list, or fetch / download by id. Create, update, and delete remain custom-only; the partial list excludes proprietary rows.

Base path: /datasets. All routes require a Bearer API key.

To resolve dataset_type_id for the paginated list endpoint, use Dataset types.

Shared HTTP semantics: Introduction — status codes and errors.

Endpoints