Create dataset

Create a new dataset

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
namestringRequired
The name of the dataset
descriptionstringOptional
The description of the dataset
credentialsIdstringOptionalformat: "uuid4"
The id of the default credentials to use to access protected data for this dataset
encoderenumOptional
The default encoder to use to encode assets in this dataset
Allowed values:
settingsobjectOptional
Dataset settings

Response

The created dataset
createdUserIdstring
The user that created the resource
createdDtstringformat: "date-time"
The created datetime of the resource
updatedUserIdstring
The user that last updated the resource
updatedDtstringformat: "date-time"
The datetime the resource was last updated
namestring
The name of the dataset
datasetIdstringformat: "uuid4"
The unique identifier for the dataset
statusenum
The status of the dataset
imageCountinteger
The number of fully processed images in the dataset
videoCountinteger
The number of fully processed videos in the dataset
descriptionstring or null
The description of the dataset
isDeletableboolean or nullDefaults to false
True if the dataset is in a state in which it can be deleted
encoderenum or null
The name of the encoder to transform your image and video data
Allowed values:

Errors