Skip to main content
POST
Add

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data
data
file[]
datasetName
string | null

Name of the target dataset (created if it does not exist). Required unless datasetId is provided.

Example:

"default_dataset"

datasetId

Providing dataset ID is mandatory for sharing a dataset between users. Datasets provided by name will only be resolvable by dataset owner.

Example:

""

node_set
string[] | null
run_in_background
boolean | null
default:false

Response

Successful Response

The response is of type Response Add Api V1 Add Post · object.