# Face Match

```markdown
The Face Match service aims to validate if the faces in two different images are of 
the same person. 
It is used primarily to verify a user against the face image on a submitted .
```

***

There are two ways you can consume this API:

1. Provide two images for comparison.
2. Provide a face image & a Transaction ID of a successful Data Extraction Transaction.

***

To minimize false negative results and increase the Face Match success rate, here are some guidelines:

* Make sure the face is clear in all images.
* Make sure the individual is looking directly at the camera.
* There should be exactly one face visible in the image, otherwise the transaction will automatically be rejected.
* On some occasions, glasses can cause false negative results. If so, try taking the face images without glasses for higher accuracy.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://valify.gitbook.io/documentation/apis/face-match.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
