Skip to main content
POST
Create Dataset
Maximum file size is 30 MB. For larger files, use the signed-URL upload flow.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
file
string
required

The file to upload. Maximum file size: 30 MB.

dataset_name
string
dataset_id
string<uuid>
description
string | null
override
boolean
default:false

When true, replaces the data in the current version instead of creating a new version. Defaults to false.

Response

Successful Response

Response for dataset creation/ingestion.

dataset
DatasetVersionRef · object

Dataset version reference.

job_id
string<uuid>
status
enum<string>
Available options:
initializing,
pending,
queued,
running,
succeeded,
failed,
canceled,
rejected,
waiting_for_upload