Last updated 12 months ago
Was this helpful?
Set the bounding boxes for a sample
Project ID
Sample ID
This has the absolute values for x/y/w/h (so 0..x (where x is the w/h of the image))
POST /v1/api/{projectId}/raw-data/{sampleId}/bounding-boxes HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 69 { "boundingBoxes": [ { "label": "text", "x": 1, "y": 1, "width": 1, "height": 1 } ] }
OK
{ "success": true, "error": "text" }