> 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/intellidoc/intellidoc-all/document-recognition/verify/verify-sample-response.md).

# Verify - Sample Response

## Response Example Version 0.1

```json

{
    "status": "success",
    "messageCode": "",
    "message": "",
    "content": [
        {
            "key": "bank_name",
            "value": "Maybank"
        },
        {
            "key": "bank_account_no",
            "value": "1234-1101122"
        },
        {
            "key": "account_holder_name",
            "value": "LIM KA WONG"
        },
        {
            "key": "account_holder_address",
            "value": "NO 1111, JALAN KAMANA 43231, KAMANA UTAMA, SEKSYEN 32, SHAH ALAM, 40460 SELANGOR"
        },
        {
            "key": "statement_date",
            "value": "31/05/24"
        }
    ]
}

    
```

## Invalid API Key&#x20;

```json
{
    "status": "error",
    "messageCode": "INVALID_API_KEY",
    "message": null,
    "content": null
}
```

## Unknown Base64 content

```json
{
    "status": "error",
    "messageCode": "UNKNOWN_BASE64_CONTENT",
    "message": null,
    "content": null
}
```
