Video Streams
Access live and recorded video streams from your security cameras. The Video Streams API provides endpoints for camera management and video retrieval.
/api/v1/video/stream/{camera_id}
Get live stream URL for a specific camera.
Response Example
{ "stream_url": "rtsp://stream.lexoh.com/camera_123", "protocol": "rtsp", "resolution": "1920x1080", "token": "stream_token_abc123", "expires_at": "2024-01-15T11:30:00Z" }
/api/v1/video/cameras
List all cameras in your system with their current status.
/api/v1/video/recordings
Access recorded video archives with filtering by date and camera.