How It Works
The Face Authentication flow consists of three sequential API calls:1
Initialize Face Auth
Call the Init API to start a face authentication session. This generates a unique transaction ID and a QR code that the user scans with their mobile device.
2
Poll for Status
Use the Capture API to poll the authentication status. Continue polling until the status changes from
Pending to Verified. This indicates the user has successfully completed face verification on their device.3
Retrieve User Information
Once verified, call the Verify API with the user’s Aadhaar number to fetch the authenticated user’s demographic information. This includes details like name, date of birth, gender, and address.
Flow Diagram
Init API
Start a face authentication session
Capture API
Poll authentication status
Verify API
Retrieve verified user information

