Secure ID APIs
V2
- Aadhaar
- Advanced Employment
- BAV V2
- CIN
- Digilocker
- PAN
- Driving License
- E-sign
- Face Match
- GSTIN
- IP
- Liveliness
- Name Match
- PAN to GSTIN
- Passport
- Reverse Penny Drop
- Reverse Geocoding
- Vehicle RC
- Voter ID
- Account Aggregator
- Mobile 360 OTP Flow
- 1-Click Onboarding
- BharatOCR
- IFSC
- KYC Links
V1
- Bank Account Verification
Success Responses
Driving Licence
This page provides the success response of the BharatOCR API for the Driving Licence document.
{
"verification_id": "test_verification_id",
"reference_id": 1358,
"status": "VALID",
"document_type": "DRIVING_LICENCE",
"document_fields": {
"blood_group": "B+",
"date_of_birth": "2004-10-02",
"full_name": "John Doe",
"guardian_name": "Josh Doe",
"issuing_authority": "Assam",
"license_issue_date": "2019-08-16",
"license_expiry_date": "2024-05-13",
"license_number": "AB1120040002378",
"pin": "474019",
"vehicle_class": [
{
"issue_date": "2004-05-14",
"vehicle_type": "MCWG"
},
{
"issue_date": "2004-05-14",
"vehicle_type": "LMV"
}
]
}
}