Add files

Add files

post

Add a new file to an existing data item.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

dataIdintegerRequired

Data ID

Body
files[]string · binary[]Required
Responses
200
OK
application/json
post
POST /v1/api/organizations/{organizationId}/data/{dataId}/add HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: multipart/form-data
Accept: */*
Content-Length: 22

{
  "files[]": [
    "binary"
  ]
}
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?