Aadhaar Pincode Geofencing OCR
Submit Document
aadhaar_pincode_geofencing
Post parameters description is given below,
Post Parameter
Type
Is Mandatory
Description
Sample Post Parameters
--form 'file=@"/path/to/Aadhaar.JPG"' \
--form 'latitude="9.7"' \
--form 'longitude="77.4"'{
"success": true,
"code": 200,
"message": "The request has been successfully completed.",
"reference_id": "f787a54a-e7c4-46af-9f20-f7a4f496ab4b",
"status": "completed",
"result": {
"message": "Uploads matches with geofence",
"extracted_pincode": "625512",
"pincode_geo_location": {
"latitude": 9.6,
"longitude": 77.3
},
"user_location": {
"latitude": 9.7,
"longitude": 77.4
},
"distance": "1.4 km",
"threshold_distance": "1.5 km",
"matches": true
},
"requested_at": "2025-08-26T05:34:47.660Z",
"completed_at": "2025-08-26T05:34:49.135Z"
}Check Document Status
Get document details
Query parameters description is given below,
Query Parameter
Type
Is Mandatory
Description
Last updated