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>' \
  --form 'files[]=@example-file'
{
  "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

Response

200 - application/json

OK

The response is of type object.