Bulk upload items to a dataset
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/api/v1/datasets/ds_1234567890abcdef/items" \ -H "Content-Type: application/json" \ -d '{ "items": [ { "value": "string", "label": "string" } ] }'{
"object": "list",
"data": [
{
"id": "string",
"dataset_id": "string",
"value": "string",
"label": "string",
"aliases": [
"string"
],
"group": "string",
"metadata": "string"
}
]
}Empty