v1

latestOpenAPI 3.0.32026-07-26134195287.9 KB
Footage

Get Link to Footage

Returns link to video footage for a specified camera which will play footage from a specified timestamp.

get/cameras/v1/footage/link

Query parameters

camera_idstring required

The unique identifier of the camera.

timestampinteger

The timestamp of the footage on a specified camera. Formatted as a Unix timestamp in seconds. If no timestamp is specified, a live link will be returned

Response

OK

urlstring

The link to the video footage.

Example response

{
  "url": "https://command.verkada.com/cameras/2ba315d9-b084-4cc0-b609-b2a1a755ac35/history/86400/1589007600/?duration=86400&initialVideoTime=1589007600000"
}