Development Quickstart
Last updated
{
"alarm_confirmed": true,
"alarm_confidence": 0.7892204529672106,
"triggered_by": [
{
"object_type": "vehicle",
"action": "moving",
"bbox": [
527,
400,
827,
569
],
"frame_id": 0,
"direction": null
},
{
"object_type": "vehicle",
"action": "moving",
"bbox": [
122,
399,
335,
536
],
"frame_id": 1,
"direction": null
},
{
"object_type": "vehicle",
"action": "moving",
"bbox": [
202,
270,
325,
337
],
"frame_id": 2,
"direction": null
}
]
}{
"code": "INVALID_API_KEY",
"description": "API key was not recognized"
}curl -X POST "http://faf.traces.cloud/api/v1.1/filter-alarm"
-H "accept: */*"
-H "X-Traces-API-Key: YOUR_API_KEY"
-H "Content-Type: multipart/form-data"
-F "metadata={ "event_id": "ddf27b34-d3b5-41a5-b2a6-3873a589ec09", "camera_id": "b5271b30-aecd-4897-bc95-ff25c8466b9e", "timestamp": 1585840725 }" -F
"image_0=@customer_frame0.png;type=image/png" -F "image_1=@customer_frame1.png;type=image/png" -F "image_2=@customer_frame2.png;type=image/png" -F "image_3=@customer_frame3.png;type=image/png" -F "image_4=@customer_frame4.png;type=image/png"