🚗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:
|
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