HyperVerge
HyperVerge is an AI-based identity verification and customer onboarding platform (India-HQ, global) providing document OCR and KYC extraction, face match, passive liveness, government/central database verification, and field matching. Its REST APIs extract and verify Indian identity documents (PAN, Aadhaar, Passport, Voter ID, Driving License), match a selfie against an ID photo, and validate user input against central databases for onboarding, AML, and fraud prevention. APIs are region-hosted (India `ind-*`, plus APAC/other regions) and authenticated with an appId and appKey issued by HyperVerge; enterprise onboarding is required to obtain credentials.
APIs
HyperVerge KYC OCR API
Image/PDF OCR and KYC extraction for Indian identity documents. `readKYC` auto-detects the document type; dedicated endpoints extract PAN, Aadhaar, Passport, and Voter ID fields...
HyperVerge Database Verification API
Central-database (government source) verification for Indian documents - verify a PAN with name and date of birth, fetch the registered name from a PAN, validate a Driving Licen...
HyperVerge Input Validation API
Cross-validates user-entered identity details against OCR (or QR) output for PAN, Aadhaar, Passport, and Voter ID during onboarding, returning per-field match results. JSON with...
HyperVerge Matching API
Compares two values across supported identity fields via `matchFields` - fuzzy matching for name and address, direct matching for fields such as DOB, PAN, Aadhaar, Passport, Vot...
HyperVerge Face Match API
Determines whether two face images belong to the same person via `POST /v1/photo/verifyPair` - selfie-to-ID or selfie-to-selfie - returning a match score. Multipart form-data wi...
HyperVerge Liveness Detection
Passive liveness / presentation-attack detection from a single selfie, trained on 850M+ liveness checks. Delivered primarily through HyperVerge's mobile SDKs and the hosted onbo...