Skip to main content
POST
Create New Dataset

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

Name of the dataset to create. If a dataset with this name already exists for the user, the existing dataset is returned instead of creating a duplicate.

Example:

"main_dataset"

Response

Successful Response

id
string<uuid>
required
name
string
required
createdAt
string<date-time>
required
ownerId
string<uuid>
required
updatedAt
string<date-time> | null