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
OK
The response is of type object.
object