The developer-first Aadhaar eKYC infrastructure. Scale with confidence using our robust parallel API architecture and automatic failover system.
We've solved the complexity of government API downtimes so you don't have to.
Our system hits multiple backend nodes simultaneously. The fastest valid response is served to you instantly.
Duplicate requests are handled via 2-minute ephemeral cache, saving you costs and preventing API rate-limit issues.
Total peace of mind. If Provider A is down, our AI reroutes traffic to Provider B in milliseconds without user impact.
Send the Aadhaar number via a simple POST request to trigger the secure OTP flow.
Input the OTP and reference ID to receive a complete, digitally signed eKYC profile.
// POST /api/v1/verify { "status": "success", "data": { "full_name": "SURESH", "gender": "M", "address": { "state": "Andhra Pradesh", "dist": "Kakinada" } } }