Skip to main content

Datasets

Datasets are custom CSV-backed resources: rows (for example prompt, output, golden answer) plus metric thresholds used when you run evaluations. The public API lets you create, list, update, delete, and download them. Proprietary datasets are not exposed on this API.

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