Datasets
Add datapoints to a dataset
POST
/
datasets
/
{dataset_id}
/
datapoints
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the dataset to add datapoints to like 663876ec4611c47f4970f0c3
Body
application/json
Name of the project associated with this dataset like New Project
List of JSON objects to be added as datapoints
Mapping of keys in the data object to be used as inputs, ground truth, and history, everything else goes into metadata