Jump to content

Xovis Api Documentation Today

The Xovis API is an interface that allows software developers and system integrators to access the data collected by Xovis's 3D stereoscopic vision sensors. Renowned for their exceptional accuracy of up to 98%, these sensors count people, track movement, and analyze waiting times without using personally identifiable information (PII). The API serves as a bridge, enabling this valuable data to be pulled directly into third-party business intelligence tools, customer dashboards, queue management systems, or POS analytics platforms.

Beyond direct REST requests, Xovis sensors support mechanisms to export telemetry automatically without constant polling.

Instead of manual polling, sensors can be configured to "push" data to a specific URL. For firmware 5+, this is managed through Xovis Logics , which separates data delivery into "Connections" (destination server) and "Agents" (data format/type). xovis api documentation

Separating staff movements from customer behavior data for accurate conversion rates.

Requires your receiving server to have a static public endpoint or accessible URL to accept inbound POST requests. 5. Step-by-Step Integration Example (Python) The Xovis API is an interface that allows

For most real-time applications, the Data Push mechanism is superior to polling, as it ensures immediate data delivery without overloading the sensor.

: The GitHub repository sdu-cfei/xovis-driver provides an open-source example of a driver designed to receive this pushed data. Its configuration guide, which matches the manual's instructions, suggests settings like: Data Type : Line count data, Interval : 1 minute, Granularity : 1 minute, Protocol : HTTP(S), and Data push format : JSON. The URL would be the endpoint of the receiving service. Separating staff movements from customer behavior data for

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.

X-API-Key: your_api_key_here Content-Type: application/json

Below are the most critical endpoints used for data extraction. A. Real-Time Counting Data ( /counts )

Retrieves people counting data (In, Out, Passby) for a specific sensor or zone.

×
×
  • Create New...