Verify government ID
POST /api/onboarding/verify-government-id
POST
/api/onboarding/verify-government-id
Uploads and validates standard Indian government identification using Vision LLMs.
The model cross-references the full_name provided with the legible text on the aadhaar card.
Request Body
Section titled “Request Body ”object
file
required
string format: binary
full_name
required
string
Example
Rahul Sharma id_type
required
string
Example
aadhaarResponses
Section titled “ Responses ”Verification result
object
ok
boolean
Example
true verified
boolean
Example
true government_id_url
string
Example
https://bucket... reason
string
Example
Aadhaar verified and name matched.