> For the complete documentation index, see [llms.txt](https://api2-ekycapis.innov8tif.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api2-ekycapis.innov8tif.com/okayid-lite/okayid-lite-all/supported-countries/japan-non-roman-characters/versions.md).

# Versions

## Version 1

## Japan Driving License, Japan Residence Card

<mark style="color:green;">`POST`</mark> `https://okayiddemo.innov8tif.com/okayid/api/innov-ocr/v1`

#### Request Body

| Name                                          | Type   | Description                                                                                       |
| --------------------------------------------- | ------ | ------------------------------------------------------------------------------------------------- |
| apiKey<mark style="color:red;">\*</mark>      | string | To be assigned by Innov8tif                                                                       |
| imageBase64<mark style="color:red;">\*</mark> | string | Image in base64 encoded string                                                                    |
| imageFile                                     | object | <p>Image file.<br>(If both imageBase64 and imageFile are provided, imageBase64 will be used.)</p> |
| docType                                       | string | <p>Document type:<br>japan\_drivinglicense,          japan\_residencecard<br>      </p>           |

{% tabs %}
{% tab title="200 Japan's ID Response (residence card)" %}

```
{
    "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"
        }
    ]
}
```

{% endtab %}
{% endtabs %}

#### Postman Collection

{% file src="/files/x4JNNEDOqXrnvHubulMA" %}
