# 1:1 Face Verification V3

## 1:1 Face Verification V3

<mark style="color:green;">`POST`</mark> `http://demo.faceid.asia/api/faceid/v3/verify`

#### Request Body

| Name         | Type   | Description                                                   |
| ------------ | ------ | ------------------------------------------------------------- |
| apiKey       | string | To be assigned by Innov8tif                                   |
| imageIdCard  | object | Front id card image                                           |
| imageBest    | string | Encrypted string for liveness face retrieved via liveness SDK |

{% tabs %}
{% tab title="200 Response without liveness checking" %}

```
{
    "request_id": "1491401591,b0398182-ca04-4f7e-b59a-7c83398cf230",
    "result_idcard": {
        "confidence": 96.46025
    }
}
```

{% endtab %}
{% endtabs %}

{% file src="<https://253651193-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpQle72tz7-gm8Gk4Bg%2F-Ltx9hD6sQaGklRT0RdV%2F-Ltx9yNSsyV1dyMkEX6B%2FOkayFace%20v3.postman_collection.json?alt=media&token=cc54f1b8-59b6-4022-b587-b1aa63f907b8>" %}
OkayFace v3
{% endfile %}

### Recommended Threshold: 75

| Face Verification Status | Description                               |
| ------------------------ | ----------------------------------------- |
| Pass                     | Confidence Score >= Recommended Threshold |
| Fail                     | Confidence Score < Recommended Threshold  |
