🆔Moroccan National ID (MRZ & Barcode)
This API provides Data Extraction for the Moroccan National ID document, for both MRZ
and Barcode NIDs.Moroccan National ID OCR
Headers
Name
Type
Description
Request Body
Name
Type
Description
Notes
{
"result": {
"first_name": {
"arabic": <string>,
"latin": <string>
},
"last_name": {
"arabic": <string>,
"latin": <string>
},
"birth_place": {
"arabic": <string>,
"latin": <string>
},
"father_name": {
"arabic": <string>,
"latin": <string>
},
"mother_name": {
"arabic": <string>,
"latin": <string>
},
"address": {
"arabic": <string>,
"latin": <string>
},
"birth_date": <string>,
"expiration_date": <string>,
"gender": <string>,
"civil_status_num": <string>
},
"transaction_id": <string>,
"trials_remaining": <int>
}Last updated