Set Bounding Boxes

Set the bounding boxes for a sample

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/bounding-boxes \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"boundingBoxes":[{"label":"string","x":0,"y":0,"width":0,"height":0}]}'

Last updated

Was this helpful?