curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/data/{dataId}/add \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form 'files[]=@example-file'
{
"success": true,
"error": "<string>"
}
Add a new file to an existing data item.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/data/{dataId}/add \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form 'files[]=@example-file'
{
"success": true,
"error": "<string>"
}
OK
The response is of type object
.