The allows developers to retrieve real-time and historical person-counting data from Xovis 3D sensors. It is primarily used for retail analytics, airport flow management, and smart building occupancy monitoring.
The Xovis API documentation opens the door to a world of intelligent, data-driven decision-making. Whether you choose the on-demand flexibility of the or the real-time efficiency of the Push API , Xovis provides a secure, standardized, and powerful interface. By integrating its high-precision people flow data into your custom applications or existing software, you can gain deep insights into customer behavior, optimize operations, and unlock the true potential of your space.
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.
: To configure a new data push agent, you must: xovis api documentation
To help developers integrate effectively, include these details:
Integrating the Xovis API into your project involves a series of logical steps:
The Xovis API documentation provides a powerful, developer-friendly interface to unlock actionable foot traffic and crowd analytics. By choosing the right data protocol (REST vs. WebSockets), establishing secure HTTPS communication, and adhering to efficient polling practices, you can build scalable applications ranging from simple occupancy dashboards to complex, predictive workforce management tools. The allows developers to retrieve real-time and historical
Recent sensors running firmware 5.0 and higher utilize an updated Sensor V5 API , which is documented via Postman and supports Basic Authentication .
Operating entirely on an embedded edge computing architecture, Xovis hardware calculates tracking vectors locally, allowing developers to pull data securely via a or receive streaming event updates via Data Push mechanisms (HTTP/HTTPS, SFTP, MQTTS) without violating user data privacy guidelines. Core Integration Approaches
Xovis 3D sensors are the industry standard for people counting, crowd management, and foot traffic analysis in retail, airports, and public spaces. However, the hardware is only half the solution. The true value of Xovis data is unlocked when you integrate it into your own systems, dashboards, or Business Intelligence (BI) platforms. Whether you choose the on-demand flexibility of the
The REST API documentation is logically organized with examples for curl and common languages (Python, JavaScript). Each endpoint includes parameter definitions (e.g., dateFrom , dateTo , interval ).
: Integration with intermediate platforms (like IoT Open) may require Bearer token authentication.