---
title: "Face Match"
method: POST
path: "/v1/facematch"
tags: ["Face Forensics"]
---

# Face Match

`POST /v1/facematch`

Deepvue.tech Realtime Facematch API lets you compare faces present in two different documents, within seconds.   
Two files required for this API can be images of two id-cards or one id-card and a selfie.   

This API performs a realtime AI-based face recognition and matching in the background,    
returns back with whether two faces match or not and a corresponding *confidence* value of the match.

## Response `200`

Successful Response

- RESPONSEIDENTITYFACEMATCHVERIFICATION
  - `code` integer, required
  - `timestamp` integer
  - `transaction_id` string
  - `sub_code` string
  - `message` string, required
  - `data` FaceMatchData
    - `match` boolean
    - `confidence` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide.md) · [All operations](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepvue/deepvue-tech-developers-guide/revisions/c1b0558e7d77/schema)
