cURL
curl --request POST \ --url https://api.honeyhive.ai/v1/datasets \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Untitled Dataset", "description": "<string>", "datapoints": [] } '
{ "inserted": true, "result": { "insertedId": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
1
Successful creation
Show child attributes
Was this page helpful?