Get Thumbnail Link

Returns a link to thumbnail image from a specified camera at a specified time.

The Get Thumbnail Link API endpoint allows users to extract thumbnail links from cameras within their Command organization by inputting a camera ID as well as a Unix timestamp in seconds.

It is important to note that although users must specify a timestamp at which to retrieve the specific image, the returned link's image may not exactly match that timestamp. The thumbnails that are returned through this endpoint are extracted from our cloud services as opposed to the camera itself. With that in mind, cameras will send a thumbnail every 20 seconds to our backend with an additional thumbnail sent if motion is detected during those 20 seconds. The thumbnail's associated timestamp will be as close as possible to the user-specified timestamp but may differ by up to 10 seconds (when no motion has been detected).

The call to the Get Thumbnail Image API endpoint returns the binary data of a JPEG image. Users can utilize standard image processing tools or libraries to decode and display the received binary data.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!