Correlating customer flow with sales data.
Tracking live occupancy levels to comply with safety regulations or measuring total daily visitors. Queue and Dwell Time Data
Xovis provides two primary methods for integrating data, depending on your system architecture. REST API (Pull Model)
"It’s just a RESTful interface," he muttered, scrolling through the Swagger UI . He began by authenticating his session, sending a request to the xovis api documentation
Access advanced data such as Gender Statistics , Staff Exclusion , and Object Detection (e.g., bikes, strollers, wheelchairs).
This article explores the structure, capabilities, and gaps in the official Xovis API documentation, aimed at system integrators, IT managers, and developers.
Here’s a cleaned-up example from the Xovis REST API docs for fetching hourly counts: Correlating customer flow with sales data
If you are getting started, always consult the specific firmware-matching documentation provided in your Xovis partner portal, as endpoints and JSON schemas can introduce optimization updates across version cycles.
The Ultimate Guide to Xovis API Documentation: Integration, Endpoints, and Best Practices
The Xovis API is a set of defined rules that enable different software systems to communicate with each other. It allows developers to access Xovis' technology, including its people counting and analytics solutions, and integrate them with their own applications. The API provides a secure and standardized way for developers to interact with Xovis' systems, enabling them to build custom solutions that meet their specific needs. REST API (Pull Model) "It’s just a RESTful
This endpoint retrieves the current absolute count values from designated "counting lines" or "zones" configured on the sensor. GET Endpoint: /api/v4/elements/lines/counts Sample JSON Response:
The modern Xovis ecosystem relies primarily on a . Unlike legacy systems that required polling hardware registers, Xovis has shifted toward web-standard JSON over HTTPS.
This model is a push mechanism where the Xovis sensor acts as the server. You configure the sensor with a target URL, and it will automatically send data to that endpoint at specified intervals or when certain events occur.
OK 5.3.2 86400 VALID Use code with caution. Line Crossing Telemetry GET /count_data
Payload structure, retry logic (exponential backoff), and security (HMAC signatures for verification).