# 1:1 Face Verification V2

## 1:1 Face Verification V2

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

#### Request Body

| Name         | Type   | Description                                   |
| ------------ | ------ | --------------------------------------------- |
| apiKey       | string | To be assigned by Innov8tif                   |
| imageIdCard  | object | Front id card image                           |
| imageBest    | object | Image that's used to compare with imageIdCard |

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

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

{% endtab %}
{% endtabs %}

### Input Example in Postman

![](https://253651193-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpQle72tz7-gm8Gk4Bg%2F-M0LGDMFWcSayFXRhqVz%2F-M0LGnFEYT110H5IvqSB%2FCapture.JPG?alt=media\&token=0802ddf7-8b3e-4570-a8ae-f25ad0e3db9e)

{% file src="<https://253651193-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpQle72tz7-gm8Gk4Bg%2F-Ltx8jvtVaxBUwAUtK5O%2F-Ltx9ROOQ6QLGvJS0hfa%2FOkayFace%20V2.postman_collection.json?alt=media&token=2969aacb-ce96-43e5-b640-cca723f9be4d>" %}
OkayFace v2
{% endfile %}

### Recommended Threshold :75

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