Sample Response

Response Example

{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "c6c2b026-cfbb-452a-9035-a2d3e3b2f449",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-my-poca-header",
                    "label": "Header Landmark",
                    "value": "0",
                    "imageUrl": "/public/image/v2/c6c2b026-cfbb-452a-9035-a2d3e3b2f449?type=l-my-poca-header",
                    "refImageUrl": null
                },
                {
                    "code": "l-my-poca-mypoca",
                    "label": "MyPoca Landmark",
                    "value": "0",
                    "imageUrl": "/public/image/v2/c6c2b026-cfbb-452a-9035-a2d3e3b2f449?type=l-my-poca-mypoca",
                    "refImageUrl": null
                },
                {
                    "code": "l-my-poca-flag",
                    "label": "Flag Landmark",
                    "value": "0",
                    "imageUrl": "/public/image/v2/c6c2b026-cfbb-452a-9035-a2d3e3b2f449?type=l-my-poca-flag",
                    "refImageUrl": null
                },
                {
                    "code": "l-my-poca-chip",
                    "label": "Chip Landmark",
                    "value": "0",
                    "imageUrl": null,
                    "refImageUrl": null
                },
                {
                    "code": "l-my-poca-hibiscus",
                    "label": "Hibiscus Landmark",
                    "value": "0",
                    "imageUrl": "/public/image/v2/c6c2b026-cfbb-452a-9035-a2d3e3b2f449?type=l-my-poca-hibiscus",
                    "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/c6c2b026-cfbb-452a-9035-a2d3e3b2f449?type=cropId"
        }
    ]
}

Last updated