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
POST
https://valifystage.com/api/v1/ocr/
Headers
Name
Type
Description
Content-Type
string
application/json
Authentication
string
bearer <access-token>
Request Body
Name
Type
Description
Notes
document_type
string
mar_nid_ocr
data
object
Object containing the parameters below:
{
"front_img": , # optional default is ""
"back_img": , # optional default is ""
"bundle_key": ,
"lang": # optional default is "en"
}
Please note thatimg
cannot be empty (i.e., missing or an empty string ""
).
Last updated