v4

latestOpenAPI 3.0.22026-08-02109239415.7 KB
datasets

Create a new dataset

Creates a new dataset

post/datasets

Request body

namestring required

Name of the dataset.

Example request

{
  "name": "name"
}

Response

Dataset created successfully

dataset_idstring required

Unique identifier for the dataset.

namestring required

Display name of the dataset.

user_idstring required

ID of the user who owns this dataset.

creation_timestring date-time required

When the dataset was created.

Example response

{
  "creation_time": "2000-01-23T04:56:07+00:00",
  "user_id": "user_id",
  "dataset_id": "dataset_id",
  "name": "name",
  "cover_asset_identifier": {
    "asset_type": "RESPONSE",
    "asset_id": "7uS_VESkRI6O3-sVgHQp_A"
  }
}