Read Document (V-Doc)

V-Doc is used to perform OCR extraction, identify the document type and document authentication verification.

Overview

The user will need to provide front document image and back document image to be able to test the API. The main purpose of this API is to perform OCR and extract the data from the ID card. It will output the extracted data for the user to check on the extracted information.

The API will also return cropped ID cards from the submitted image and cropped portraits from the ID card. Users will also need to follow a set of rules that can be found here to make sure the result is accurate.

API Method

POST https://onboard.veryfyglobal.com/api/ekyc/v-doc

Headers

Key
Value

Accept

application/json

Content-Type

multipart/form-data

Input Sample

Key
Type
Value
Description

reference_id

string

a714fccb-2676-40eb-8696-xxxxxxxxxxxx

The reference key from Create Reference ID API

with_flash

boolean

false

Set to true to better detect the hologram on the ID. * Only some ID documents is supported

id_front

file

id_front_flash

file

This field will be required if with_flash is set to true

id_back

file

Response Sample

Image Requirement

  1. Document should be fully inside the image;

  2. Document should take 70-80% of the image area;

  3. Document should not be stuck to image edges;

  4. Image should be in focus in the document area;

  5. There should be no glares or significant shadow on the document;

  6. Image size should be at least 900x600;

  7. Max image size: 2.5MB

ID documents that support flash image

  • Driving License

  • SSS

  • UMID

Last updated