"status": "success", "data": "interval": "start": "2026-04-11T00:00:00Z", "end": "2026-04-11T23:59:59Z", "granularity": "hour" , "series": [
The data you can access through these APIs falls into several core categories:
For maintenance and monitoring, this endpoint provides operational metrics of the physical sensor hardware. GET Endpoint: /api/v4/system/status
For applications like live digital signage (e.g., displaying "Store is Full" signs) or dynamic HVAC control, pulling data via polling HTTP requests introduces lag. Instead, use the Xovis feature described in the advanced documentation. xovis api documentation
By leveraging a combination of RESTful APIs and data push protocols (such as HTTP/HTTPS POST and MQTT) , the Xovis 3D Sensors Developer Platform allows spaces like smart retail stores, airports, and public transportation networks to capture business intelligence cleanly at the edge.
Documentation outlines how to extract specific Key Performance Indicators (KPIs) for different industries: Sensor V5 API | Documentation | Postman API Network
xovis/sensor/[SENSOR_ID]/line/[LINE_ID] Webhooks (HTTP Push) By leveraging a combination of RESTful APIs and
To unlock this value, developers use the . This documentation guide explains how to connect to Xovis sensors, retrieve real-time and historical data, and integrate these insights into your software architecture. 1. Introduction to the Xovis System Architecture
Below is a practical Python script demonstrating how to pull counting data from a Xovis sensor, handle authentication, and parse the JSON payload safely.
This returns average time spent (in milliseconds) per zone, helping you optimize product placement. helping you optimize product placement.
Xovis sensors do more than just count people crossing a line; they track behavior within defined 2D zones. Zone Metrics
Note: Xovis uses a versioned API path (e.g., /v3/ ) to ensure backward compatibility.
: Sensors feature a native REST API for direct device control and data retrieval, alongside flexible data push options that stream pre-processed information to external servers.