✈️HRZ Passport
This API reads and extracts information directly from the passport identity
page’s visible content. It does not depend only on the machine-readable zone (MRZ).
Passport OCR
Headers
Name
Type
Description
Request Body
Name
Type
Description
Status Codes
Status Code: 200
Body:
{
"result": {
"name": {
"latin": '<string>',
"arabic": '<string>'
},
"surname": {
"latin": '<string>',
"arabic": '<string>'
},
"place_of_birth": {
"latin": '<string>',
"arabic": '<string>'
},
"nationality": {
"latin": '<string>',
"arabic": '<string>'
},
"sex": {
"latin": '<string>',
"arabic": '<string>'
},
"address": {
"latin": '<string>',
"arabic": '<string>'
},
"expiration_date": '<string>',
"date_of_birth": '<string>',
"passport_number": '<string>',
"national_id": '<string>',
"validity": '<int>'
},
"transaction_id": '<string>',
"trials_remaining": '<int>'
}Integration
Last updated



