How to Rerun OCR KTP: A Step-by-Step Guide

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:

  1. Log in using your Market ID, Username, and Password.

  2. Navigate to "API Demo" on the left menu, then select:
    E-KYC → OCR KTP Check

  3. 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.

  4. 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:

  1. Launch Postman.

  2. Select the method as POST.

  3. 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.)

  4. In the Headers tab, add:

    • X-ACCESS-TOKENyour valid token

    • Content-Typemultipart/form-data

  5. Go to the Body tab:

    • Choose form-data

    • Add a key: ocrImage (type: File)

    • Click to select and upload your KTP image

  6. Click Send to submit the request.

  7. 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.

Was this article helpful?
39 out of 40 found this helpful

Comments

0 comments

Please sign in to leave a comment.