Skip to main content
POST
Create dataset item

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
datasetId
string
required
data
object
required
year
number
required
description
string
metadata
object
tags
string[]
inputUnitId
string | null
Minimum string length: 1

Response

Successful response

id
string
required
name
string
required
description
string | null
required
year
number
required
tags
string[] | null
required
data
any
metadata
any
inputUnitId
string | null