cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/data/add-folder \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "dataset": "<string>", "bucketId": 123, "bucketPath": "<string>", "metadataDataset": "<string>", "type": "clinical" }'
{ "success": true, "error": "<string>", "id": 12873488112 }
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.
Organization ID
clinical
files
OK
Whether the operation succeeded
Job identifier. Status updates will include this identifier.
12873488112
Optional error description (set if 'success' was false)
Was this page helpful?