Sample Response

Response Example

Version 2
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "4bc5fd4b-28f8-4abd-a839-bd45fa7ace51",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-kas-flag",
                    "label": "Flag",
                    "value": "0",
                    "imageUrl": "/public/image/v2/4bc5fd4b-28f8-4abd-a839-bd45fa7ace51?type=l-kas-flag",
                    "refImageUrl": null
                },
                {
                    "code": "l-kas-header",
                    "label": "Header",
                    "value": "0",
                    "imageUrl": "/public/image/v2/4bc5fd4b-28f8-4abd-a839-bd45fa7ace51?type=l-kas-header",
                    "refImageUrl": null
                },
                {
                    "code": "l-kas-mykas",
                    "label": "My Kas",
                    "value": "17.638789117336273",
                    "imageUrl": "/public/image/v2/4bc5fd4b-28f8-4abd-a839-bd45fa7ace51?type=l-kas-mykas",
                    "refImageUrl": null
                },
                {
                    "code": "l-kas-chip",
                    "label": "Chip",
                    "value": "0",
                    "imageUrl": "/public/image/v2/4bc5fd4b-28f8-4abd-a839-bd45fa7ace51?type=l-kas-chip",
                    "refImageUrl": null
                },
                {
                    "code": "l-kas-green-block",
                    "label": "Green Block",
                    "value": "0",
                    "imageUrl": "/public/image/v2/4bc5fd4b-28f8-4abd-a839-bd45fa7ace51?type=l-kas-green-block",
                    "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 Detection",
            "componentList": [
                {
                    "code": "colorMode",
                    "label": "Color Detection",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "screen",
            "label": "Screen Detection",
            "componentList": [
                {
                    "code": "screen",
                    "label": "Screen Detection",
                    "value": "Fail",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "hologram",
            "label": "Hologram",
            "componentList": [
                {
                    "code": "hologram",
                    "label": "Hologram",
                    "value": "Fail",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": [
        {
            "tag": "cropId",
            "imageUrl": "/public/image/v2/4bc5fd4b-28f8-4abd-a839-bd45fa7ace51?type=cropId"
        }
    ]
}
```

Last updated