Last updated 11 months ago
Was this helpful?
Add a new research dataset
/api/organizations/{organizationId}/dataset
Organization ID
clinical
files
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "dataset": "text", "tags": [ "text" ], "category": "text", "type": "clinical", "bucket": { "id": 1, "path": "text", "dataItemNamingLevelsDeep": 1 } }'
{ "success": true, "error": "text", "id": 12873488112 }