GetLastDetectionInfo
Response-body reference for POST /get_last_detection_info.
Example
{
"success": true,
"message": null,
"data": {
"detections": [],
"image": "<base64 image>"
}
}
Fields
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates whether the request succeeded. |
message | string | Optional server message. |
data.detections | Detection[] | Most recent detection events. |
data.image | string | Base64 image associated with the most recent detection. |