Dataset Uploads API
Generated OpenAPI reference for the Dataset Uploads API surface.
Overview
Dataset Uploads endpoints are part of the public Everyn API. CSV dataset intake. Direct multipart uploads are limited to 25 MiB and return 202 DatasetUpload resources for async processing.
Endpoints
The generated OpenAPI component below contains request parameters, request bodies, response bodies, status codes, and schemas for this tag.
Endpoint summary for quick scanning before using the generated reference:
Failures use the PublicErrorEnvelope shape with an X-Request-Id header. Most endpoints below return 400, 401, 403, 404, 409, 422, 429; the few that differ list their own statuses in the table, which otherwise shows only success responses. See API errors for the envelope and recovery patterns.
| Method | Path | Summary | Request body | Success response |
|---|---|---|---|---|
GET | /v1/dataset-uploads | List Dataset Uploads | None. | 200 application/json: Page_DatasetUploadResponse_ |
POST | /v1/dataset-uploads | Create Dataset Upload | multipart/form-data: Body_create_dataset_upload_v1_dataset_uploads_post | 202 application/json: DatasetUploadResponseErrors: 400, 401, 403, 404, 409, 413, 422, 429. |
GET | /v1/dataset-uploads/{upload_id} | Get Dataset Upload | None. | 200 application/json: DatasetUploadResponse |
POST | /v1/dataset-uploads/{upload_id}/retry | Retry Dataset Upload | None. | 202 application/json: DatasetUploadResponse |
Loading API reference...