POST
/
api
/
organizations
/
{organizationId}
/
data
/
{dataId}
/
add
Add files
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>'
{
  "success": true,
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
integer
required

Organization ID

dataId
integer
required

Data ID

Body

multipart/form-data
files[]
file[]
required

Response

200 - application/json

OK

success
boolean
required

Whether the operation succeeded

error
string

Optional error description (set if 'success' was false)