Get snapshot from camera provider integration

GET /api/camera/proxied/{integration_id}/{integration_camera_id}/footage/snapshot

Retrieves a thumbnail (binary image) from a camera provider through Gatego Backend. It needs authentication and will work only for camera providers that need proxying, such as Verkada.

Path parameters

Query parameters

  • When true, try to force getting the snapshot from a live stream if the provider supports it (instead from a thumbnail/snapshot API). Normally this results in a more recent Snapshot, but the latency might increase

Responses

GET /api/camera/proxied/{integration_id}/{integration_camera_id}/footage/snapshot
curl \
 -X GET https://api-dev.gatego.io/api/camera/proxied/{integration_id}/{integration_camera_id}/footage/snapshot