---
title: "Face Search"
method: POST
path: "/v1/face_match/match"
---

# Face Search

`POST /v1/face_match/match`

Empower your security and compliance measures with the Face Search API. This robust API enables you to identify individuals by submitting a human face image file (PNG or JPG) via POST request. The API will search its extensive database for matches, returning a unique verify_id for the submitted image. Once the verification process is complete, you can retrieve the results using the check_status API call. This powerful tool can be used to enhance identity verification, prevent fraud, and safeguard your organization.

## Request body

- object
  - `file` string, binary, required

## Response `200`

200

- object
  - `status` integer
  - `results` object
    - `media` object[]
      - `name` string
      - `address` unknown
      - `image` string
      - `id` string
      - `link` string
      - `source` string
      - `conf` number
      - `score` number
      - `bounding_box` object
        - `width` number
        - `height` number
        - `left` number
        - `top` number
      - `og_width` unknown
      - `og_height` unknown
    - `wanted` object[]

## Other responses

- `400` — 400

---

[API](https://skmtc.net/crimescan/apis/crime-scan-result.md) · [All operations](https://skmtc.net/crimescan/apis/crime-scan-result/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crimescan/crime-scan-result/versions/a9dd2afd70a1/schema)
