> 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/cambodia-non-roman-character/versions.md).

# Versions

## Version 1

## Cambodia ID

<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>cambodia\_id<br>      </p>                                                   |

{% tabs %}
{% tab title="200 Cambodia's ID Response" %}

```
{
    "status": "success",
    "listFieldMaps": [
        {
            "fieldType": "pob",
            "fieldValue": "- ឃុំពេជសារ ស្រុកកោះអណ្តែត តាកែវ"
        },
        {
            "fieldType": "gender",
            "fieldValue": "empty"
        },
        {
            "fieldType": "address2",
            "fieldValue": "Sឃុំពេជសារ ស្រុកកោះអណ្តែត តាកែវ"
        },
        {
            "fieldType": "dob",
            "fieldValue": "empty"
        },
        {
            "fieldType": "address1",
            "fieldValue": "ភូមិព្រៃធំ"
        },
        {
            "fieldType": "name",
            "fieldValue": "empty"
        },
        {
            "fieldType": "remark",
            "fieldValue": "សំលាកតូចចំ 0,៥សម ក្រោយក្រោមចុងចិញ្ចើមឆ្វេង'"
        },
        {
            "fieldType": "validity",
            "fieldValue": "empty"
        },
        {
            "fieldType": "b'id",
            "fieldValue": "empty"
        },
        {
            "fieldType": "height",
            "fieldValue": "១៧៥ ស.ម"
        }
    ]
}
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
For cambodia ID,  OCR for ID number, name, date of birth, gender, and validity are not available at this moment.
{% endhint %}

#### Postman Collection

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://api2-ekycapis.innov8tif.com/okayid-lite/okayid-lite-all/supported-countries/cambodia-non-roman-character/versions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
