Skip to main content
POST
/
device
/
images
/
upload
Upload image from edge device
curl --request POST \
  --url https://acusight.io/api/device/images/upload \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-Device-Key: <api-key>' \
  --form image='@example-file' \
  --form 'metadata=<string>'
{}

Authorizations

X-Device-Key
string
header
required

Device API key for edge agent authentication. Format: adk_

Body

multipart/form-data
image
file
required

Image file (JPEG or PNG)

metadata
string

JSON metadata with annotations and model info

Response

Image uploaded and registered

The response is of type object.