Versions

Version 1

eKTP

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: indonesia_ektp

Response Code Block
{
    "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"
        }
    ]
}

Postman Collection

Last updated