---
title: "Verify Identity"
method: POST
path: "/liveness/verify-identity"
tags: ["Verification"]
---

# Verify Identity

`POST /liveness/verify-identity`

Performs a 1:1 match to verify if the face in the current session matches the previously enrolled face for the specified account ID.

## Request body

- VerifyIdentityRequest
  - `session_id` string, uuid, required — The session ID of a completed Face Match session
  - `account_id` string, required — Unique identifier for the user account to verify against

## Response `200`

Verification completed successfully

- VerifyIdentityResponse
  - `request_id` string, uuid — Unique identifier for the request
  - `success` boolean — Indicates whether the verification process was successful
  - `match` boolean — Indicates whether the face in the current session matches the previously enrolled face for the account

## Other responses

- `400` — Bad request - session is not valid

---

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