---
title: "Process face"
method: POST
path: "/omni/process/face"
tags: ["Face capture"]
---

# Process face

`POST /omni/process/face`

**Note: This endpoint should be called only after [selfie](#/Onboarding/addFaceByThirdParty)
and [front-id](#/Onboarding/addFrontIdV2) both are over.**

It is validating user's selfie against photo from ID (1:1 recognition).
Also, this call validates if user already exists in the system (1:N recognition).

**It is highly recommended that before calling this process-face endpoint, one should first finish following endpoints:
[add-front](#/Onboarding/addFrontIdV2), [add-back](#/Onboarding/addBackIdV2)(not required in case of passports),
[process-id](#/Onboarding/processId) and [add-selfie](#/Onboarding/addFaceByThirdParty) in order to get complete result view
based on id verification, face recognition and liveness.**

## Query parameters

- `imageType` 'selfie' | 'videoSelfie'

## Headers

- `api-version` string, required

## Response `200`

OK

- ProcessFaceResponse
  - `confidence` number, float, required — Value 0 means that selfie doesn't match face photo from ID.
  - `existingUser` boolean, required — Flag indicating if this user already exists in the system.
  - `existingInterviewId` string — Session id where user is approved previously (existingUser=true).
  - `existingExternalId` string — In case the session does have an externalId which can be assigned at start call.
  - `nameMatched` boolean — In case user is approved previously (existingUser=true), flag indicating if names are matching.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/incode/apis/incode-omni-api.md) · [All operations](https://skmtc.net/incode/apis/incode-omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/incode/incode-omni-api/revisions/30cd6d926ea3/schema)
