cURL
curl --request POST \ --url https://api.honeyhive.ai/v1/datasets/{dataset_id}/datapoints \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "data": [ {} ], "mapping": { "inputs": [], "history": [], "ground_truth": [] } } '
{ "inserted": true, "datapoint_ids": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the dataset to add datapoints to like 663876ec4611c47f4970f0c3
663876ec4611c47f4970f0c3
1
Show child attributes
Successful addition
Was this page helpful?