Your System,
VSaaS.ai instantly connects with your existing security cameras, VMS, and alarm systems. No rip-and-replace required.
Works With Your Favorite Camera Brands
We support any IP camera that uses ONVIF or RTSP. Here are just a few of the popular brands we work with.

Hikvision

Dahua

Axis

Hanwha Vision

Bosch

Uniview

Vivotek

Pelco

Mobotix

ACTi

GeoVision

LTS Security

QNAP

Sony

Panasonic

TP-Link VIGI
Don't see your brand? If your camera supports ONVIF or RTSP, it'll work with VSaaS.ai. Contact us to confirm compatibility.
Flexible Protocol Support
We offer native support for today's leading IP video streaming and communication protocols.
ONVIF
Open Network Video Interface Forum
The open standard for IP camera interoperability. VSaaS.ai supports ONVIF Profiles S, T, and G for device discovery, streaming, and recording.
RTSP
Real Time Streaming Protocol
The go-to standard for real-time video streaming. We're compatible with any camera that provides an RTSP stream, including analog encoders.
RTMP
Real-Time Messaging Protocol
A low-latency streaming protocol. Ingest RTMP streams from encoders, drones, and other specialized cameras.
HLS
HTTP Live Streaming
Adaptive HTTP streaming for large-scale video distribution. Perfect for remote viewing and web-based dashboards.
WebRTC
Web Real-Time Communication
Ultra-low latency, peer-to-peer video for real-time viewing from any modern web browser—no plugins required.
Integrates With Your VMS
Connect VSaaS.ai to your current VMS without overhauling your video infrastructure.
Milestone XProtect
A two-way integration with Milestone XProtect that enables event sharing, metadata exchange, and analytics overlays on live video.
Genetec Security Center
Our native plugin for Genetec Security Center allows for event federation and a unified forensic search.
Digifort
An integration with Digifort VMS for receiving streams and sending AI-powered analytics alerts.
Nx Witness (Network Optix)
An analytics plugin for Nx Witness that provides real-time detection overlays in the video client.
Wisenet WAVE
Process analytics on existing streams with our Hanwha Wisenet WAVE integration.
HikCentral Professional
Manage video and AI analytics centrally through our integration with Hikvision's HikCentral Professional.
Dahua DSS Pro
Send analytics events and view unified detection data through our connection with Dahua DSS Pro.
Luxriot EVO
Send alerts and detection metadata through our integration with Luxriot EVO.
Connects to Your Alarm & Access Systems
Integrate our AI-powered detections with your existing alarm, access control, and automation systems.
Protocolo SIA DC-09
Send analytics events as alarm signals to your monitoring station receiver using the SIA protocol.
Protocolo Contact ID
Transmit events in Contact ID format for seamless integration with Ademco/Honeywell alarm panels.
Control de Acceso (OSDP)
Enable automatic door unlocking and facial verification by integrating with access controllers via OSDP.
HID Global
Combine facial biometric authentication with traditional credentials through our HID reader and controller integration.
ZKTeco
Connect with ZKTeco terminals to enable access control verified by VSaaS facial recognition.
Webhooks / MQTT
Send real-time events via HTTP Webhooks or MQTT to integrate with any custom automation system.
Our Open REST API
Programmatically access all VSaaS.ai features, including events, detections, configuration, and more.
VSaaS.ai REST API v2
Explore our complete documentation with examples in Python, Node.js, and cURL.
Get real-time detection events
curl -X GET "https://api.vsaas.ai/v2/events?type=intrusion&limit=10" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
Response
{
"events": [
{
"id": "evt_abc123",
"type": "intrusion",
"camera_id": "cam_456",
"confidence": 0.97,
"timestamp": "2026-03-02T14:30:00Z",
"thumbnail_url": "https://cdn.vsaas.ai/..."
}
]
}Need a custom integration?
Our engineering team can build custom integrations to fit your specific infrastructure needs.
Contact Our Team