Last updated 12 months ago
Was this helpful?
Set information about a dataset
Organization ID
Dataset name
clinical
files
POST /v1/api/organizations/{organizationId}/dataset/{dataset} HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 131 { "dataset": "text", "tags": [ "text" ], "category": "text", "type": "clinical", "bucket": { "id": 1, "path": "text", "dataItemNamingLevelsDeep": 1 } }
OK
{ "success": true, "error": "text" }