Add data items from bucket
Bulk adds data items that already exist in a storage bucket. The bucket path specified should contain folders. Each folder is added as a data item in Edge Impulse.
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
Body
datasetstringRequired
bucketIdintegerRequired
bucketPathstringRequired
metadataDatasetstringOptional
typestring · enumOptionalPossible values:
Responses
200
OK
application/json
Responseall of
post
POST /v1/api/organizations/{organizationId}/data/add-folder HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 94
{
"dataset": "text",
"bucketId": 1,
"bucketPath": "text",
"metadataDataset": "text",
"type": "clinical"
}
200
OK
{
"success": true,
"error": "text",
"id": 12873488112
}
Last updated
Was this helpful?