Skip to content

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.

object
file
required
string format: binary
full_name
required
string
Example
Rahul Sharma
id_type
required
string
Allowed values: aadhaar
Example
aadhaar

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.