Add a new file to an existing data item.
Organization ID
Data ID
POST /v1/api/organizations/{organizationId}/data/{dataId}/add HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: multipart/form-data Accept: */* Content-Length: 22 { "files[]": [ "binary" ] }
OK
{ "success": true, "error": "text" }
Last updated 1 year ago
Was this helpful?