> 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/non-passport/sample-response.md).

# Sample Response

## Response Example

```
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "f8d9ca4a-a353-4bd3-9685-5fc4a957255f",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-tentera-header",
                    "label": "Header",
                    "value": "99.10188317298889",
                    "imageUrl": "/public/image/v2/f8d9ca4a-a353-4bd3-9685-5fc4a957255f?type=l-tentera-header",
                    "refImageUrl": null
                },
                {
                    "code": "l-tentera-mytentera",
                    "label": "My Tentera",
                    "value": "99.26015138626099",
                    "imageUrl": "/public/image/v2/f8d9ca4a-a353-4bd3-9685-5fc4a957255f?type=l-tentera-mytentera",
                    "refImageUrl": null
                },
                {
                    "code": "l-tentera-flag",
                    "label": "Flag",
                    "value": "99.5832085609436",
                    "imageUrl": "/public/image/v2/f8d9ca4a-a353-4bd3-9685-5fc4a957255f?type=l-tentera-flag",
                    "refImageUrl": null
                },
                {
                    "code": "l-tentera-chip",
                    "label": "Chip",
                    "value": "97.54920601844788",
                    "imageUrl": "/public/image/v2/f8d9ca4a-a353-4bd3-9685-5fc4a957255f?type=l-tentera-chip",
                    "refImageUrl": null
                },
                {
                    "code": "l-tentera-msc",
                    "label": "MSC",
                    "value": "99.53526258468628",
                    "imageUrl": "/public/image/v2/f8d9ca4a-a353-4bd3-9685-5fc4a957255f?type=l-tentera-msc",
                    "refImageUrl": null
                },
                {
                    "code": "l-tentera-hibiscus",
                    "label": "Hibiscus",
                    "value": "72.78923988342285",
                    "imageUrl": "/public/image/v2/f8d9ca4a-a353-4bd3-9685-5fc4a957255f?type=l-tentera-hibiscus",
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": [
        {
            "tag": "cropId",
            "imageUrl": "/public/image/v2/f8d9ca4a-a353-4bd3-9685-5fc4a957255f?type=cropId" 
        }
    ]
}
```
