Skip to main content
POST
Create a new multipart upload for a dataset

Authorizations

Authorization
string
header
required

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

Query Parameters

ai_project_id
string | null

Body

application/json
name
string
required

ID of the dataset.

Example:

"example_dataset"

schema
ColumnSchema · object[]
required

Dataset schema definition.

Examples:
folder
string
required

Folder path where the dataset is stored.

Example:

"/some/folder"

Response

Successful Response

id
string
required

The object identifier, which can be referenced in the API endpoints.

Example:

"4d89c87498354518b92fa02fc0ad8720"

upload_info
UploadInfoResponse · object
required

Detailed information about the upload