Skip to main content

GetLastDetectionInfo

Response-body reference for POST /get_last_detection_info.

Example

{
"success": true,
"message": null,
"data": {
"detections": [],
"image": "<base64 image>"
}
}

Fields

FieldTypeDescription
successbooleanIndicates whether the request succeeded.
messagestringOptional server message.
data.detectionsDetection[]Most recent detection events.
data.imagestringBase64 image associated with the most recent detection.