With the help of Passport OCR API you can extract relevant fields like id_number, name, guardian_name, dob, address, and more from the image of an Passport document in the form of key-value pairs. Base64 encoded string(or publically accessible URL) of the document needs to be passed in request payload.
ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .
The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.
The main document being submitted for extraction of respective information.
The secondary document being submitted along with the primary document for extraction of respective information.
The name of the document being submitted for extraction of respective information.