
{ "zone": "lower_level", "current_occupancy": 3, "timestamp": "2025-12-01T22:00:00Z" } Three people. After hours. In a zone with no security cameras.
And all of it, every number, every trajectory, every alert, came from a simple GET request and a key.
The IT guy handed Alex a link: https://api.xovis.com/v1/ .
And that was its strength. No GDPR nightmares. No privacy lawsuits. Just pure, aggregated truth. A year later, Alex presented to corporate using custom dashboards powered entirely by Xovis API data. He predicted a 14% traffic drop before Christmas due to road construction—and he was right, because the API showed early footfall decay at the south entrance.
curl -H "X-API-Key: sk_live_..." \ https://api.xovis.com/v1/counts/total?zone=main_entrance&interval=hour He got back JSON. Clean. Precise. Real .

