Create a new upload
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the dataset.
"example_dataset"
Dataset schema definition.
{
"name": "text",
"type": { "name": "string" }
}{
"name": "text_1",
"type": {
"item": { "name": "string" },
"name": "option"
}
}Folder path where the dataset is stored.
"/some/folder"