Last updated 10 months ago
Was this helpful?
Add a new file to an existing data item.
/api/organizations/{organizationId}/data/{dataId}/add
Organization ID
Data ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/data/{dataId}/add' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: multipart/form-data' \ --data '{"files[]":[null]}'
{ "success": true, "error": "text" }