Xovis Api Documentation ((free))

If you want to start building your integration, let me know:

| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | site_id | string | Yes | Unique identifier of the site/location | | sensor_id | string | No | Filter by a specific sensor | | zone_id | string | No | Filter by a specific zone (defined in Xovis config) | | start_time | string (ISO 8601) | Yes | Start of interval (e.g., 2026-04-11T00:00:00Z ) | | end_time | string (ISO 8601) | Yes | End of interval | | granularity | string | No | minute , hour , day , week , month (default: hour ) |

| Parameter | Type | Required | Description | | :--- | :--- | :--- | :--- | | sensor_id | string | Yes | Unique identifier of the sensor. | | start_ts | datetime | Yes | Start time. | | `end

Accessible directly on the individual sensor via HTTP/HTTPS. Ideal for localized, real-time data retrieval or direct device configuration.

Communicating directly with individual sensors via HTTP/HTTPS or MQTT. xovis api documentation

The API typically uses (Username and Password) configured via the sensor's web interface. 🔧 Setup and Resources Full-featuring APIs - Xovis

Mastering the Xovis API: A Comprehensive Integration Guide for Real-Time People Counting

Always use encrypted https:// requests to prevent credential sniffing.

Before making requests, you must establish a secure connection with the sensor or the Xovis Hub. https:// /api/v4/ Xovis Hub: https:// /hub/api/v1/ Authentication Methods If you want to start building your integration,

GET /sites X-API-Key: your_api_key_here

: Data push objects typically use JSON , while sensor status reports often use XML .

To build live dashboards showing current occupancy, use the real-time counting endpoints. GET /api/v4/lines/counts/live

The (OpenAPI/Swagger format) includes endpoints for: Counting Data : Real-time and historical line/zone counts. Ideal for localized, real-time data retrieval or direct

3.0 (Generic Reference) Base URL: https://api.xovis.io/v3

Xovis makes 3D sensors and people-counting solutions used in retail, airports, transit and smart buildings. Their APIs let you retrieve real-time counts, occupancy, sensor status, and historical/analytics data; and configure devices (depending on model and firmware).

: The API enables the management of specialized AI plugins, such as Gender Statistics (PIGES) and Staff Exclusion (PISTE) , allowing for more granular data filtering and analysis.

Without the API, reading data requires manually logging into the Xovis dashboard. With the API, data flows automatically into your existing business intelligence stack (Power BI, Tableau, Splunk, or custom ERP systems).

After surveying integrators, three recurring issues appear: