Real-time KYC. Pay per hit.

Verify Aadhaar, PAN, GST & Voter ID with one platform.

Power API gives you instant access to government-grade verification APIs. Subscribe once, top up your wallet, and pay only for the calls you make.

99.9%
Uptime
~800ms
Avg latency
Pay-as-go
No lock-in
curl POST /api/v1/kyc/pan/verify-pan
curl -X POST https://powerapi.in/api/v1/kyc/pan/verify-pan \
  -H "Authorization: Bearer pk_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{"pan_number": "ABCDE1234F"}'

// 200 OK
{
  "success": true,
  "data": {
    "full_name": "John Doe",
    "dob": "01-01-1990",
    "aadhaar_linked": "YES"
  }
}

Built for verification at scale

Plug into a single dashboard for every Indian KYC document type.

🪪

Aadhaar OTP

OTP-based Aadhaar e-KYC with full address & photo response.

🧾

PAN verification

Real-time PAN verification with name, DOB and Aadhaar link status.

🏢

GST lookup

Full GSTIN dossier including filing history and jurisdiction.

🗳️

Voter ID

Lookup voters by EPIC number with full assembly metadata.

📄

Masked Aadhaar PDF

Generate downloadable masked Aadhaar PDFs on demand.

💳

Wallet billing

Top up once, pay per call. No surprises, full audit log.

Simple, transparent pricing

Subscribe to a module for a small one-time fee, then pay per hit.

PAN
₹29
subscription · ₹2 / hit
  • ✓ Pay only for successful calls
  • ✓ Unlimited keys
  • ✓ Full audit log
Aadhaar OTP
₹49
subscription · ₹5 / hit
  • ✓ Pay only for successful calls
  • ✓ Unlimited keys
  • ✓ Full audit log
GST
₹59
subscription · ₹4 / hit
  • ✓ Pay only for successful calls
  • ✓ Unlimited keys
  • ✓ Full audit log

Get integrated in minutes

Generate an API key from your dashboard, send a Bearer token, and you're live.

  1. 1 Sign up & complete a quick KYC.
  2. 2 Recharge your wallet.
  3. 3 Subscribe to the modules you need.
  4. 4 Hit our REST endpoints with your API key.
POST /api/v1/<category>/<group>/<endpoint>
Authorization: Bearer pk_live_xxx
Content-Type: application/json

{
  "aadhaar_number": "123456789012"
}