Last updated 11 months ago
Was this helpful?
Add a new file to an existing data item.
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' \ --form 'files[]=binary'
{ "success": true, "error": "text" }