> 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/okaydoc/okaydoc-all/supported-documents/hong-kong/hk-id-card-back/sample-response.md).

# Sample Response

## Response Example

{% code title="Version 1" %}

```json
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "06defb2c-7a70-413e-b4b7-7deecc228197",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-hk-id-back-logo",
                    "label": "Logo",
                    "value": "0",
                    "imageUrl": "/public/image/v2/06defb2c-7a70-413e-b4b7-7deecc228197?type=l-hk-id-back-logo",
                    "refImageUrl": null
                },
                {
                    "code": "l-hk-id-back-chip",
                    "label": "Chip",
                    "value": "38.66",
                    "imageUrl": "/public/image/v2/06defb2c-7a70-413e-b4b7-7deecc228197?type=l-hk-id-back-chip",
                    "refImageUrl": null
                },
                {
                    "code": "l-hk-id-back-logo-petal",
                    "label": "Petal",
                    "value": "0",
                    "imageUrl": "/public/image/v2/06defb2c-7a70-413e-b4b7-7deecc228197?type=l-hk-id-back-logo-petal",
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "idBlurDetection",
            "label": "ID Blur Detection",
            "componentList": [
                {
                    "code": "idBlurDetection",
                    "label": "ID Blur Detection",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "idBrightnessDetc",
            "label": "ID Brightness Detection",
            "componentList": [
                {
                    "code": "idBrightnessDetc",
                    "label": "ID Brightness Detection",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "colorMode",
            "label": "Color Mode",
            "componentList": [
                {
                    "code": "colorMode",
                    "label": "Color Mode",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "screen",
            "label": "Screen Detection",
            "componentList": [
                {
                    "code": "screen",
                    "label": "Screen Detection",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": [
        {
            "tag": "cropId",
            "imageUrl": "/public/image/v2/06defb2c-7a70-413e-b4b7-7deecc228197?type=cropId"
        }
    ]
}

```

{% endcode %}
