Skip to main content
POST
Open-vocab object detection (boxes for named labels)

Authorizations

Authorization
string
header
required

An app API key, e.g. Authorization: Bearer sk_live_…. Secret (sk_) for writes/sessions; publishable (pk_) is read-only (browser-safe).

Body

application/json
labels
string[]
required

Object names to detect (max 6 metered).

frame_b64
string
frame_jpeg_base64
string

Response

Hotspots.

Hotspot boxes for detected objects. bbox is [x,y,w,h] in 0-1000 normalized image space.

hotspots
object[]
mock
boolean

Present and true only for TEST-mode keys. See Testing.