If you need to reprocess an OCR (Optical Character Recognition) for a KTP, there are two convenient methods you can use — via the Advance.AI Dashboard or using Postman.
✅ Option 1: Using the Advance.AI Dashboard
Access the intuitive web interface at: https://in.advance.ai
Steps:
Log in using your Market ID, Username, and Password.
Navigate to "API Demo" on the left menu, then select:
➤ E-KYC → OCR KTP Check-
In the OCR KTP Check window:
Click “Click to upload” to upload your KTP image.
Select the image file from your device.
Click "Query" to run the OCR.
The extracted data will be displayed on the right panel.
✅ Simple, fast, and no coding required.
🛠️ Option 2: Using Postman (For Developers or Power Users)
A great alternative if you prefer a programmatic approach or want to integrate with automation.
Steps:
Launch Postman.
Select the method as
POST.Enter the request URL:
https://api.advance.ai/openapi/face-recognition/v3/ocr-ktp-check
(Note: Version used at the time of writing is v3 — adjust as needed based on API version updates.)-
In the Headers tab, add:
X-ACCESS-TOKEN→ your valid token-
Content-Type→multipart/form-data
-
Go to the Body tab:
Choose form-data
Add a key:
ocrImage(type: File)Click to select and upload your KTP image
Click Send to submit the request.
The OCR result will be shown in the JSON format at the bottom.
⚙️ This method is ideal for testing API behavior or integrating OCR into backend services.
Comments
0 comments