Xovis Api — Documentation
What is your specific (e.g., live occupancy tracking, historical retail analytics, queue management)? Share public link
The Xovis API provides a RESTful interface to interact with Xovis 3D Sensors and the Xovis Data Platform (XDP). It allows third-party applications to retrieve real-time people counting data, historical analytics, and sensor status information. The API is designed for building custom dashboards, integrating with BI tools (PowerBI, Tableau), and feeding data into facility management systems.
This model is a pull mechanism where your software acts as the client. It sends an HTTP request to the Xovis sensor or management server to fetch data.
: Supported in firmware version 5+ for low-latency, real-time pedestrian flow reporting. Xenometric 3. Developer Resources & Portals Full-featuring APIs - Xovis xovis api documentation
Integrating the Xovis API into your project involves a series of logical steps:
For real-time applications, Xovis sensors can be configured to automatically "push" data to an external HTTP/HTTPS server or an MQTT broker at specified intervals (e.g., every 15 seconds, 1 minute, or 15 minutes). 2. Authentication and Security
Do not query the sensor API every time a user refreshes their dashboard. Cache data in a central database (like PostgreSQL or Redis) and query the database instead. What is your specific (e
Here’s a concise review of the based on common developer feedback (as Xovis is known for people counting and sensor data solutions):
: For large areas, the Xovis SPIDER unit aggregates data from multiple sensors so they can be managed as a single parent device via the API. Developer Resources Full-featuring APIs - Xovis
Extracts absolute values for cumulative entry and exit tracking lines drawn within the sensor's Field of View (FoV). Sample Payload (JSON format): The API is designed for building custom dashboards,
Developers working with the Xovis ecosystem can consume and transmit data using two primary communication architectural styles: 1. The Pull Mechanism: REST API
For environments like airport security checkpoints or retail checkouts, tracking how long people wait is crucial. /api/v4/elements/queues Method: GET Sample JSON Response: