---
title: "POST /verify"
method: POST
path: "/verify"
---

# POST /verify

`POST /verify`

Verify whether two faces belong to a same person or whether one face belongs to a person.
<br/>
Remarks:<br />
* Higher face image quality means better identification precision. Please consider high-quality faces: frontal, clear, and face size is 200x200 pixels (100 pixels between eyes) or bigger.
* For the scenarios that are sensitive to accuracy please make your own judgment.
* The 'recognitionModel' associated with the query faces' faceIds should be the same as the 'recognitionModel' used by the target face, person group or large person group.

## Request body

- VerifyFaceToFaceRequest — Request body for face to face verification.
  - `faceId1` string, uuid, required — FaceId of the first face, comes from Face - Detect
  - `faceId2` string, uuid, required — FaceId of the second face, comes from Face - Detect

## Response `200`

A successful call returns the verification result.

- VerifyResult — Result of the verify operation.
  - `isIdentical` boolean, required — True if the two faces belong to the same person or the face belongs to the person, otherwise false.
  - `confidence` number, required — A number ranging from 0 to 1 indicating a level of confidence associated with a property.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-face.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-face/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-face/versions/8a19b734b92a/schema)
