latestOpenAPI 3.1.02026-07-2675394318.9 KB

0fb323abba3c

datasets

Create a new multipart upload for a dataset

Create a new upload

post/v1/datasets/uploads

Query parameters

ai_project_idstring nullable

Request body

namestring required

ID of the dataset.

folderstring required

Folder path where the dataset is stored.

Example request

{
  "name": "example_dataset",
  "folder": "/some/folder"
}

Response

Successful Response

idstring required

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