Moroccan Passport
This API provides Data Extraction for Moroccan Travel Passport documents.
Moroccan Passport 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_passport
data
object
Object containing the parameters below:
{
img: <base64 str> #optional default is "",
bundle_key: <str>,
lang: <str> optional default is ""
}
Please note thatimg
cannot be empty (i.e., missing or an empty string ""
).
Last updated