Last updated 5 months ago
Was this helpful?
Test out a trained impulse (using a posted image).
Project ID
Impulse ID. If this is unset then the default impulse is used.
POST /v1/api/{projectId}/classify/image HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: multipart/form-data Accept: */* Content-Length: 18 { "image": "binary" }
OK
{ "success": true, "error": "text", "result": { "ANY_ADDITIONAL_PROPERTY": 1 }, "boundingBoxes": [ { "label": "text", "x": 1, "y": 1, "width": 1, "height": 1, "score": 1 } ] }