APIReference

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.

MethodPathSummaryRequest bodySuccess response
GET/v1/dataset-uploadsList Dataset UploadsNone.200 application/json: Page_DatasetUploadResponse_
POST/v1/dataset-uploadsCreate Dataset Uploadmultipart/form-data: Body_create_dataset_upload_v1_dataset_uploads_post202 application/json: DatasetUploadResponse
Errors: 400, 401, 403, 404, 409, 413, 422, 429.
GET/v1/dataset-uploads/{upload_id}Get Dataset UploadNone.200 application/json: DatasetUploadResponse
POST/v1/dataset-uploads/{upload_id}/retryRetry Dataset UploadNone.202 application/json: DatasetUploadResponse

Loading API reference...