🚗Car License
This API provides Data Extraction for the Egyptian Car License
Egyptian Car License OCR
POST
https://valifystage.com/api/v1/ocr/
Headers
Content-Type*
string
application/json
Authentication*
string
Bearer <access-token>
Request Body
document_type*
string
egy_car_license
data*
object
Object containing the parameters below:
{
front_img: <base64 str>,
back_img: <base64 str>,
bundle_key: <str>,
lang: <str>
}
Download the JSON file from here.
Open Postman and click on Import.
Drop the JSON file.
Click on "CL" then "Authorization" and replace <access token> with your generated access token and click on "Body".
Fill in the required details and hit "Send".
Please note that the front and back images should be converted to base 64 format. This can be done via an online tool; https://base64.guru/converter/encode/image/jpg
Last updated