Skip to main content
POST
Create Detection

Body

application/json

Request model for creating a detection.

id
string
required
detector_id
string
required
detector_inputs
DetectionInput · object[]
required
detector_params
DetectionParams · object

Parameters for a detection request.

Response

Successful Response

Response model for a detection.

id
string
required
status
string
required
detector_inputs
DetectionInput · object[]
detector_outputs
DetectionOutput · object[]
error_message
string | null
Last modified on April 21, 2026