Datasets
Add datapoints to a dataset
POST
/
datasets
/
{dataset_id}
/
datapoints
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
dataset_id
string
requiredThe unique identifier of the dataset to add datapoints to like 663876ec4611c47f4970f0c3
Body
application/json
project
string
requiredName of the project associated with this dataset like New Project
data
object[]
requiredList of JSON objects to be added as datapoints
mapping
object
requiredMapping of keys in the data object to be used as inputs, ground truth, and history, everything else goes into metadata
Response
200 - application/json
inserted
boolean
datapoint_ids
string[]
List of unique datapoint ids added to the dataset