Car License
This API provides Data Extraction for the Egyptian Car License
Egyptian Car License 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
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".
Last updated