New Egyptian Car License
This API provides Data Extraction for the Egyptian Car License.Egyptian New Car License OCR
POST https://valifystage.com/api/v1/ocr/
Headers
Name
Type
Description
Content-Type*
string
application/json
Authorization*
string
Bearer <access-token>
Request
Name
Type
Description
document_type*
string
new_egy_car_license
data*
object
Object containing the parameters below:
{
"img": <string> # Required
"bundle_key": <string>, # Required
"lang": <string>
}
Status Codes
{
"result": {
"traffic_dept": "<string>",
"traffic_unit": "<string>",
"vehicle_type": "<string>",
"license_type": "<string>",
"plate_num": "<string>",
"name": "<string>",
"brand": "<string>",
"model": "<string>",
"model_year": "<string>",
"body_type": "<string>",
"color": "<string>",
"motor_num": "<string>",
"engine_capacity": "<string>",
"cylinder": "<string>",
"fuel_type": "<string>",
"chassis_num": "<string>",
"release_date": "<string>",
"expiry_date": "<string>",
"inspection_date": "<string>",
"remarks": "<string>",
"insurance_number": "<string>",
"passenger_num": "<string>",
"tax_expiry_date": "<string>"
},
"transaction_id": "<string>",
"trials_remaining": "<int>"
}
{
"message": "Bad Request – invalid request received (e.g. missing Bundle key, required parameters or invalid json) | Make sure all the required parameters are included"
}{
"message": "Unauthorized – your Bundle key is invalid"
}{
"message": "Forbidden – specified access_token could not be found"
}{
"message": "Not Found"
}{
"message": "Unsupported Media Type"
}{
"message": "<error-description>",
"error_code": <valify-error-code>
}{
"message": "Internal Server Error"
}Last updated