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-keystringRequired
Your active API Key

Request

This endpoint expects a multipart form containing a file.
organization_idstringRequiredformat: "uuid"
Your organization's unique identifier.
filefileRequired
An image file you'd like to run detection on.

Response

200 - Detection successful

xywhlist of objects or null
An array of information related to the object detected. If an object was not detected, this array will be empty.
detection_foundboolean or null
A boolean value denoting whether an object was successfully detected in the image file provided.

Errors