Build with Nanga
Access sub-centimeter HD maps and machine vision APIs to power your autonomous systems across Africa.
Our APIs
Integrate Nanga's powerful mapping and vision APIs into your applications.
OptiSLAM API
Access our core localization and mapping engine for centimetre-level accuracy. Fuses camera, LiDAR, GNSS, and inertial data into consistent HD maps and robust pose estimates.
Digital Twin API
Transform mapping outputs into analytics-ready virtual replicas. Ingest multi-modal sensor data for planning, monitoring, inspection, and decision workflows.
Real-Time Localization API
High-precision positioning service delivering reliable, low-latency estimates for vehicles, robots, and mobile platforms using HD maps and SLAM refinement.
DataPack API
Access curated datasets for training, validating, and testing perception, mapping, and simulation systems with strict QA protocols.
Quick Start
Get up and running with Nanga APIs in minutes.
Get Your API Key
Sign up for a developer account and generate your API key from the dashboard.
NANGA_API_KEY=your_api_key_here
Install the SDK
Install the Nanga SDK using your preferred package manager.
pip install nanga-sdk
Make Your First Request
Query HD map data for any location in our coverage area.
from nanga import NangaClient
client = NangaClient(api_key="your_key")
map_data = client.maps.get(
lat=-1.2921,
lng=36.8219,
radius=100
)
SDKs & Libraries
Use our official SDKs for seamless integration with your preferred language.
Python
v1.2.0JavaScript
v1.1.0C++
v0.9.0REST API
v1Developer Resources
API Reference
Complete API documentation with examples and response schemas.
Guides & Tutorials
Step-by-step guides for common integration patterns.
Code Examples
Ready-to-use code samples in multiple languages.
Ready to get started?
Join developers building the next generation of autonomous systems for Africa.