Create

Create a new dataset for a project.

Path parameters

project_idstringRequired

Headers

X-API-KEYstringRequired

Request

This endpoint expects an object.
namestringRequired<=255 characters

The name of the dataset.

descriptionstringRequired<=255 characters

The description of the dataset.

Response

Successful Response

idstring
namestring
datapoint_countinteger
created_atdatetime
updated_atdatetime
project_idstringDeprecated

Datasets are now files and do not belong to projects. If this dataset was created before that change, the legacy project ID will be provided here, otherwise an empty string will be returned.

descriptionstringOptional

Errors