Detect an Object
Detects an object within an uploaded image file. Make sure to load the model you're using for detection first!
Headers
x-api-key
Your active API Key
Request
This endpoint expects a multipart form containing a file.
organization_id
Your organization's unique identifier.
file
An image file you'd like to run detection on.
Response
200 - Detection successful
xywh
An array of information related to the object detected. If an object was not detected, this array will be empty.
detection_found
A boolean value denoting whether an object was successfully detected in the image file provided.