Skip to main content
POST
Create a dataset

Authorizations

Authorization
string
header
required

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

Body

application/json

Request body for POST /datasets

name
string
default:Untitled Dataset

Name of the dataset

Maximum string length: 200
description
string

Description of the dataset

datapoints
string[]

Initial datapoint IDs to include

Minimum string length: 1

Response

200 - application/json

Successful creation

Response for POST /datasets

inserted
boolean
required
result
object
required