Complete identity & KYC API suite. Aadhaar, PAN, Video KYC, Digilocker & more — all from a single unified interface.
curl -X POST https://api.yourdomain.xyz/v2/verify/aadhaar \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"aadhaar": "1234 5678 9012",
"consent": true
}'
Every verification & onboarding API you need, documented and ready to use.
Simple examples to kickstart your integration.
All requests require an API key passed via the Authorization header.
Make your first API call with a simple fetch example.