Passport Machine-Readable Zone Verification

The Passport Machine-Readable Zone Verification API offers a robust solution for validating the machine-readable zone (MRZ) of passports. By utilizing this API, users can verify the integrity and accuracy of the MRZ data on passports, ensuring compliance and enhancing the efficiency of passport verification processes. This API provides a seamless method to perform MRZ validation, enabling users to automate the extraction and verification of data from passport MRZ, reducing errors and improving the reliability of passport verification.

post/v1/verifyApi/passport_mrz

Request body

typestring required
filestring binary required

Response

200

statusCodeinteger
statusMsgstring
userstring
apiKeyExpirationTimestring
apiKeystring

Example response

{
  "statusCode": 200,
  "statusMsg": "Success",
  "user": "dummy",
  "apiKeyExpirationTime": "After every 86400 seconds (24 hours)",
  "apiKey": "eyJXXXX"
}