Video Streams API

Access live and recorded video streams from security cameras

Video Streams

Access live and recorded video streams from your security cameras. The Video Streams API provides endpoints for camera management and video retrieval.

GET /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"
}
GET /api/v1/video/cameras

List all cameras in your system with their current status.

GET /api/v1/video/recordings

Access recorded video archives with filtering by date and camera.

Next: Events

Learn how to retrieve system events and activity logs

Continue to Events →