Create a new multipart upload for a dataset
datasets
Create a new multipart upload for a dataset
Create a new upload
POST
Create a new multipart upload for a dataset
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Body
application/json
ID of the dataset.
Example:
"example_dataset"
Dataset schema definition.
Examples:
{
"name": "text",
"type": { "name": "string" }
}{
"name": "text_1",
"type": {
"item": { "name": "string" },
"name": "option"
}
}Folder path where the dataset is stored.
Example:
"/some/folder"