{
"taskId": "string",
"sn": "string",
"rtmpInput": "string",
"type": "string",
"timestamp": 0,
"timestamps": 0,
"width": 0,
"height": 0,
"counts": {
"key": 0
},
"detections": [
{
"label": "string",
"conf": 0,
"bbox": [
"string"
]
}
]
}curl --location '/control/api/v1/devices/detections' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"taskId": "string",
"sn": "string",
"rtmpInput": "string",
"type": "string",
"timestamp": 0,
"timestamps": 0,
"width": 0,
"height": 0,
"counts": {
"key": 0
},
"detections": [
{
"label": "string",
"conf": 0,
"bbox": [
"string"
]
}
]
}'{
"code": 0,
"message": "success",
"data": [
{
"id": 0,
"name": "string",
"type": 0,
"size": 0,
"url": "string",
"thumbnail": "string",
"del": 0,
"dept_name": "string",
"user_name": "string",
"workspace_id": "string",
"create_time": "string",
"address": "string",
"load_map": 0,
"geo_name": "string",
"job_id": "string",
"lng": "string",
"lat": "string",
"status": 0
}
]
}