Manage evaluation datasets attached to your account.
Not yet available. A datasets API (
GET/POST/DELETE /v1/datasets) is not served by the gateway yet; this page describes the intended surface.
| Method | Path | Purpose |
|---|---|---|
GET | /v1/datasets | List datasets |
POST | /v1/datasets | Create a dataset |
GET | /v1/datasets/{id} | Fetch a dataset |
DELETE | /v1/datasets/{id} | Delete a dataset |
When they ship, requests authenticate with Authorization: Bearer $OPENDUNES_API_KEY.