Sample Response

Version 2

Response Example

New MyKad
```json
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "c02f222c-2df2-4f82-a301-36544deb1fab",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-signature",
                    "label": "Signature Landmark",
                    "value": "84.7282",
                    "imageUrl": "/public/image/v2/c02f222c-2df2-4f82-a301-36544deb1fab?type=l-signature",
                    "refImageUrl": null
                },
                {
                    "code": "l-tng",
                    "label": "TnG Landmark",
                    "value": "92.8993",
                    "imageUrl": "/public/image/v2/c02f222c-2df2-4f82-a301-36544deb1fab?type=l-tng",
                    "refImageUrl": null
                },
                {
                    "code": "l-80k",
                    "label": "80k Landmark",
                    "value": "53.061800000000005",
                    "imageUrl": "/public/image/v2/c02f222c-2df2-4f82-a301-36544deb1fab?type=l-80k",
                    "refImageUrl": null
                },
                {
                    "code": "l-tower",
                    "label": "Towers Landmark",
                    "value": "79.1135",
                    "imageUrl": "/public/image/v2/c02f222c-2df2-4f82-a301-36544deb1fab?type=l-tower",
                    "refImageUrl": null
                },
                {
                    "code": "l-crown",
                    "label": "Crown Landmark",
                    "value": "77.39869999999999",
                    "imageUrl": "/public/image/v2/c02f222c-2df2-4f82-a301-36544deb1fab?type=l-crown",
                    "refImageUrl": null
                },
                {
                    "code": "l-malaysia",
                    "label": "Malaysia Text Landmark",
                    "value": "61.2042",
                    "imageUrl": "/public/image/v2/c02f222c-2df2-4f82-a301-36544deb1fab?type=l-malaysia",
                    "refImageUrl": null
                },
                {
                    "code": "l-kppn",
                    "label": "KPPN Landmark",
                    "value": "59.8653",
                    "imageUrl": "/public/image/v2/c02f222c-2df2-4f82-a301-36544deb1fab?type=l-kppn",
                    "refImageUrl": null
                },
                {
                    "code": "l-atm",
                    "label": "ATM Landmark",
                    "value": "0",
                    "imageUrl": null,
                    "refImageUrl": null
                },
                {
                    "code": "l-meps",
                    "label": "MEPS Landmark",
                    "value": "0",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "idBlurDetection",
            "label": "ID Blur Detection",
            "componentList": [
                {
                    "code": "idBlurDetection",
                    "label": "ID Blur Detection",
                    "value": "Fail",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "idBrightnessDetc",
            "label": "ID Brightness Detection",
            "componentList": [
                {
                    "code": "idBrightnessDetc",
                    "label": "ID Brightness Detection",
                    "value": "Fail",
                    "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
                }
            ]
        }
    ]
}
```

Version 1

Response Example

Last updated