Open Camera at a Specific Time

You can link your users to a LiveReach camera and specify the time range that should be opened.

Navigate your user to the following URLs:

URLs

  • https://app.livereach.ai/security/${camera-id}

  • https://app.livereach.ai/security/camera/multi

  • https://app.livereach.ai/security/${camera-id}/multi

Parameters

Parameter
Description
Example

t

The RFC3339 formatted timestamp of the requested time to open the camera

2025-01-30T21:47:34.560Z

circle-info

Ensure the timestamp is URL encoded with a function like encodeURIComponent . In your browsers URL bar the timestamp should look something like: 2025-01-30T21%3A47%3A34.560Z

Example

<a href="https://app.livereach.ai/security/camera/multi?t=2025-01-30T21%3A47%3A34.560Z" target="_blank">📺</a> 

Last updated