Get Started
</>
{}
[]
()
console.log('Hello');
function() {}

Documentation

Everything you need to know about using Wiredleap. From quick start guides to advanced API documentation.

⌘K

Quick Start

Go live in minutes with three simple steps.

1

Connect Cameras

Onboard RTSP/ONVIF streams or edge devices

2

Configure Zones & Alerts

Define perimeters, behaviors, and escalation paths

3

Go Live

Monitor in real‑time with instant alerts

Documentation Categories

Event Examples

Zone Configuration (YAML)

zones:
  - name: perimeter_north
    camera: CAM-001
    polygon: [[120,80],[640,90],[630,360],[110,350]]
    rules:
      - type: intrusion
        dwell_seconds: 3
        subjects: [person, vehicle]
        actions: [alert, record, webhook]

Alert Webhook (JSON)

{
  "type": "intrusion",
  "zone": "perimeter_north",
  "camera": "CAM-001",
  "timestamp": "2025-09-15T00:00:00Z",
  "confidence": 0.94,
  "subjects": [{"label":"person","id":"trk_8421"}],
  "snapshot_url": "https://example/cam-001/alerts/123.jpg",
  "actions": ["pagerduty","slack","record"]
}

Need Help?

Can't find what you're looking for? Our community and support team are here to help.