Glanceit.ai

Documentation / API & SDK

Build Intelligence into Everything.

Access our powerful video analytics engine through simple, well-documented REST APIs and dedicated SDKs. Integrate real-time insights into your own applications and systems.

View API Reference

Get Started in 3 Steps

From registration to your first API call, it takes minutes to start developing.

1. Generate API Key

Register your application in the developer portal and obtain your unique, authorized API key.

2. Install SDK

Install the official Glanceit SDK for your preferred language (Python, Node.js, etc.).

3. Make Your First Call

Initialize the SDK and make a simple request to verify connectivity and authentication.

SDKs & Libraries

Pre-built libraries for popular development environments to speed up your integration.

Python SDK

Ideal for backend analytics, data processing, and machine learning workflows.

pip install glanceit-ai →

Node.js Library

For web applications, real-time dashboards, and event-driven architectures.

npm install @glanceit/sdk →

TypeScript Client

Type-safe bindings for modern frontend frameworks (React, Angular, Vue).

npm install @glanceit/client →

Core API Endpoints

The core functionality is exposed through the powerful, low-latency REST API.

Real-Time Event Stream

Retrieve live event data from a specified camera feed or venue, including occupancy and violation alerts.

GET /api/v1/events/live/{camera_id}
HEADERS: Authorization: Bearer [API_KEY]

Historical Analytics

Query aggregated performance metrics (KPIs) over a custom time range.

GET /api/v1/analytics/query
PARAMS: start_date, end_date, metrics=occupancy, throughput

Update AI Configuration

Modify the detection models or alert thresholds for a specific venue or camera.

PUT /api/v1/config/venue/{venue_id}

Join the Developer Community

Connect with our engineering team, share best practices, and get peer support on integration challenges.

Join Slack Channel Read Changelog