> For the complete documentation index, see [llms.txt](https://api-old.innov8tif.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-old.innov8tif.com/okayid-lite/indonesia/version-1.md).

# 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

![](/files/-M7L3a4QbvYV4L5_6WAS)

{% file src="/files/-M7AeQawzJo1SMaqOOR7" %}
OkayID Lite
{% endfile %}
