> For the complete documentation index, see [llms.txt](https://developer.myidentitypass.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.myidentitypass.com/v1/data-verification-1/biometric/face-1/face-comparison.md).

# Face Comparison

## Compare two face images

<mark style="color:green;">`POST`</mark> `https://api.myidentitypay.com/api/v1/biometrics/merchant/face/comparison`

#### Request Body

| Name                                         | Type   | Description |
| -------------------------------------------- | ------ | ----------- |
| image\_one<mark style="color:red;">\*</mark> | string |             |
| image\_two<mark style="color:red;">\*</mark> | String |             |

{% tabs %}
{% tab title="200: OK Face comparison successful" %}

```javascript
{
    "status": true,
    "message": "Face Match",
    "confidence": 1.0
}
```

{% endtab %}
{% endtabs %}
