Last updated 7 months ago
Add a new research dataset
Organization ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Job identifier. Status updates will include this identifier.
12873488112
const response = await fetch('https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "dataset": "text", "tags": [ "text" ], "category": "text", "type": "clinical", "bucket": { "path": "text" } }), }); const data = await response.json();
{ "success": false, "error": "text", "id": 12873488112 }