To help you get the exact resource you need, tell me a bit more about your project:
: Every independent Xovis 3D sensor exposes an internal WebUI natively. Navigating to the Config tab on a localized sensor network provides access to localized API documentation and real-time connection test scripts specific to that hardware model's active firmware. Technical Overview: How the Xovis API Operates
: The Xovis Insights page provides a high-level overview of the integration capabilities, including details on REST API functionality and data push options.
If you are not a partner, you can still get started with the public resources:
Ensure your sensors and receiving servers are synchronized using the same Network Time Protocol (NTP) server. Time mismatches can cause data validation failures. xovis api documentation link
GET /api/v1/counts/current Response:
Set data push intervals (e.g., every 5 minutes vs. real-time) based on the specific use case to balance accuracy and network usage.
Before providing the access link, it is critical to understand Xovis’s security model. Xovis serves high-security environments such as airports (Zurich, Heathrow, Changi), luxury retail, casinos, and smart city projects. Their API documentation contains proprietary endpoint structures, data schemas, and authentication protocols that could expose customer data if widely distributed.
A: API access is generally included with Xovis sensors. However, full documentation and advanced support may be reserved for partners. To help you get the exact resource you
# Send API request response = requests.post(endpoint, headers=headers, json=params)
: The Xovis HUB serves as a central entry point for partners to access the Knowledge Base , latest software versions, and FAQ resources.
Many developers ask, "Why do I need to request access to a simple documentation link?" The reasoning is threefold:
Requesting systems can use the X-Requested-With: XMLHttpRequest header to prevent unwanted browser authentication popups when testing via standard UI tools. Key API Endpoints & Capabilities If you are not a partner, you can
Navigate to the Data Push configuration page (exact menu names may vary).
: Provides an OpenAPI specification for sensors with firmware versions 5.0 and higher.
If you are a Xovis customer or partner, the most up-to-date documentation is available through your direct Xovis representative. for the Xovis WebUI Examples of HTTPs data payloads Full-featuring APIs - Xovis
The API transmits coordinates and counts rather than identifiable video streams, ensuring compliance with global privacy regulations like GDPR. Industry Use Cases