# Version 1

## eKTP

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

#### Request Body

| Name        | Type   | Description                                                                                       |
| ----------- | ------ | ------------------------------------------------------------------------------------------------- |
| apiKey      | string | To be assigned by Innov8tif                                                                       |
| imageBase64 | 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>          indonesia\_ektp<br>            <br>      </p>                      |

{% tabs %}
{% tab title="200 " %}

```
{
    "status": "success",
    "listFieldMaps": [
        {
            "fieldType": "address",
            "fieldValue": " JL. KR. JOHAR BARU UTARA E-2/2 "
        },
        {
            "fieldType": "dob",
            "fieldValue": "  JAKARTA 11-10 1981"
        },
        {
            "fieldType": "name",
            "fieldValue": " ENDAH IRAWAN"
        },
        {
            "fieldType": "id",
            "fieldValue": " xxxxxxxxxxxxxxxx"
        }
    ]
}
```

{% endtab %}
{% endtabs %}

### Input Example

![](https://253651193-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpQle72tz7-gm8Gk4Bg%2F-M7Kw2n64RB3DsHoCidQ%2F-M7L3a4QbvYV4L5_6WAS%2FCapture.JPG?alt=media\&token=22951a21-6661-4642-be60-cc90715324c6)

{% file src="<https://253651193-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpQle72tz7-gm8Gk4Bg%2F-M7AdvcmdGaufan1jYHb%2F-M7AeQawzJo1SMaqOOR7%2FOkayID%20Lite.postman_collection.json?alt=media&token=64a64e98-fdc2-47f4-800e-9c4983fb499a>" %}
OkayID Lite
{% endfile %}
