# Version 1

<mark style="color:green;">`POST`</mark> `https://okaydocdemo.innov8tif.com/ekyc/api/ekyc/v1/doc-verify/sg-id-card-back`

#### Request Body

| Name               | Type   | Description                                                                                                             |
| ------------------ | ------ | ----------------------------------------------------------------------------------------------------------------------- |
| caseNo             | string | Reference code given by user                                                                                            |
| apiKey             | string | To be assigned by Innov8tif                                                                                             |
| idImageBase64Image | string | Back id card image in base64                                                                                            |
| idNumber           | string | Id card number as shown on id card. If this value is provided, higher chance of getting higher score for font checking. |

{% tabs %}
{% tab title="200 " %}

```javascript
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "d6f9de42-a351-4ef7-b0a8-bff5197ce95a",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-sg-idb-tp",
                    "label": "Thumbprint",
                    "value": "46.884700655937195",
                    "imageUrl": "/public/image/v2/d6f9de42-a351-4ef7-b0a8-bff5197ce95a?type=l-sg-idb-tp",
                    "refImageUrl": null
                },
                {
                    "code": "l-sg-idb-barcode",
                    "label": "Barcode",
                    "value": "51.87006592750549",
                    "imageUrl": "/public/image/v2/d6f9de42-a351-4ef7-b0a8-bff5197ce95a?type=l-sg-idb-barcode",
                    "refImageUrl": null
                },
                {
                    "code": "l-sg-idb-logo",
                    "label": "Logo",
                    "value": "33.35488736629486",
                    "imageUrl": "/public/image/v2/d6f9de42-a351-4ef7-b0a8-bff5197ce95a?type=l-sg-idb-logo",
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": null
}
```

{% endtab %}
{% endtabs %}

### Input Example

```
{
    "apiKey": "apiKey",
    "caseNo": "CASE 123",
    "idImageBase64Image": "xxxxxxxxxxxxxx",
    "idNumber": "820403-05-1111"
}
```

{% file src="<https://253651193-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpQle72tz7-gm8Gk4Bg%2F-Luov9QdKy_FIDEKctUq%2F-LuovBpcm4-1_VFe_mcY%2FOkayDoc%20SG%20ID%20Back.postman_collection.json?alt=media&token=d19c5386-2552-49c2-b5f0-762f6440eb6a>" %}
OkayDoc ID Card Back
{% endfile %}
