Skip to main content
POST
Object detection

Body

application/json

Request to detect objects in one or more images.

inputs
required

Image(s) to run object detection on (URL, base64, object or binary). Required.

threshold
number
default:0.5

Minimum confidence score required to include detected objects.

timeout
number | null

Maximum time in seconds to wait for external resources or processing.

Response

200 - application/json

List of detected objects with labels, scores and boxes

label
string
score
number
box
object[]