πEgyptian 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
Authorization*
string
Bearer <access-token>
Request 
Name
Type
Description
document_type*
string
egy_car_license
data*
object
Object containing the parameters below:
{ 
"front_img": <string> # Required
"back_img": <string>, # Required
"bundle_key": <string>, # Required
"lang": <string> 
}
Status Codes
{
    "result":  {
        "traffic_department": <string>,
        "id": <string> , 
        "name": <string>, 
        "address": <string>,
        "release_date": <string>,
        "expiry_date": <string>,
        "traffic_unit": <string>,
        "liscense_type":<string>,
        "nationality": <string>,
        "brand":<string>,
        "model": <string>,
        "model_year": <string>,
        "chassis_number":<string>, 
        "body_shape": <string>,
        "engine_number": <string>,
        "engine_capacity": <string>,
        "cylinder": <string>,,
        "gas_type": <string>,
        "color": <string>,
        "inspection_date": <string>,
        "insurance_id": <string>,
        "license_type": <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
