Versions

Version 1

Japan Driving License, Japan Residence Card

POST https://okayiddemo.innov8tif.com/okayid/api/innov-ocr/v1

Request Body

NameTypeDescription

apiKey*

string

To be assigned by Innov8tif

imageBase64*

string

Image in base64 encoded string

imageFile

object

Image file. (If both imageBase64 and imageFile are provided, imageBase64 will be used.)

docType

string

Document type: japan_drivinglicense, japan_residencecard

{
    "status": "success",
    "listFieldMaps": [
        {
            "fieldType": "id_no",
            "fieldValue": "XXXXXXXXXXXXXX"
        },
        {
            "fieldType": "address",
            "fieldValue": "暑地 未定(届出後裏面に記載)"
        },
        {
            "fieldType": "gender",
            "fieldValue": "F"
        },
        {
            "fieldType": "nationality",
            "fieldValue": "Japan'"
        },
        {
            "fieldType": "dob",
            "fieldValue": "XX-XX-XXXX"
        },
        {
            "fieldType": "name",
            "fieldValue": "LEW STEFANI ISAIAH"
        }
    ]
}

Postman Collection

Last updated