Other API Endpoints
Upsert dataset
POST
/
api
/
v1
/
dataset
/
upsert
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
the column in the dataset that contains the unique id for each record. this must be included if the dataset id is not provided
the name of the dataset. this must be included if the dataset id is not provided
if you want to update an existing dataset, pass the dataset id here
the records to be added to the dataset. each record should include at least the id column key and value
additional metadata to be stored with the dataset, should be generally be ignored
whether or not the id column influences the content of the records and should be included. If the id column is random for example it should not be included. Default is false