Xovis Api Documentation -
To integrate Xovis 3D sensors into your software environment, you can utilize the Xovis REST API or various data push methods to retrieve real-time and historical people flow data. 🚀 Key Integration Methods
- Place devices on a monitored VLAN with restricted access.
- Use reverse proxy or gateway for cloud access; avoid exposing devices directly to the public internet.
- Log and monitor API access; alert on anomalous usage or repeated failed auth attempts.
B. Get Queue Metrics
Core Capabilities of the Xovis API:
"data": [ "timestamp": "2025-01-01T00:00:00Z", "in": 12, "out": 8, "timestamp": "2025-01-01T01:00:00Z", "in": 3, "out": 2 ] xovis api documentation
- Binary TCP socket communication for low-latency streaming (useful for automatic doors or real-time signage).
- UDP broadcasts for zone occupancy events.
- File-based export (CSV/XML) via FTP or SMB.