For the complete documentation index, see llms.txt. This page is also available as Markdown.

Aadhaar Pincode Geofencing OCR

Retrieve geofence matches using the Aadhaar image along with the provided latitude and longitude

aadhaar_pincode_geofencing

POST https://secctrl.tutelar.io/api/v2/kyc/vision/aadhaar_pincode_geofencing

Name
Value

Content-Type

application/json

Authorization

Bearer eyJhbGciOiJ.....

Post parameters description is given below,

Post Parameter
Type
Is Mandatory
Description

file

png, jpg, jpeg

Yes

Aadhar Image to retrive the details

latitude

String

Yes

User latitude to identify the geofence Mathces

longitude

String

Yes

User longitude to identify the geofence Mathces

Sample Post Parameters

To call this API, you must send a POST request with multipart/form-data containing: 1. file → Aadhaar image (.jpg, .jpeg, or .png ) 2. latitude → Current latitude to compare geofence 3. longitude → Current longitude to compare geofence

--form 'file=@"/path/to/Aadhaar.JPG"' \
--form 'latitude="9.7"' \
--form 'longitude="77.4"'

Check Document Status

Get document details

GET https://secctrl.tutelar.io/api/v2/kyc/vision/aadhaar_pincode_geofencing

Query parameters description is given below,

Query Parameter
Type
Is Mandatory
Description

reference_id

String

Yes

Document reference id

Last updated