Skip to content

Other Devices — Payload Examples

HTTP / MQTT JSON example

json
{
  "cameraId": "CAM-123",
  "timestamp": "2026-02-16T11:00:00Z",
  "plate": "ABC123",
  "confidence": 0.98
}

SFTP file example

Filename:

text
CAM-123_2026-02-16T11-00-00Z.json

Content:

json
{
  "cameraId": "CAM-123",
  "timestamp": "2026-02-16T11:00:00Z",
  "plate": "ABC123"
}