---
title: "Possible Match Search"
method: POST
path: "/v1/crime_search/decision/possible/search"
---

# Possible Match Search

`POST /v1/crime_search/decision/possible/search`

For potential match criteria, this API will output either "YES" or "NO" in JSON format, denoting if match has been found.

## Request body

- object
  - `name` string
  - `father_name` string
  - `address` string
  - `dob` string, date
  - `source` string
  - `case_category` string
  - `type` string

## Response `200`

200

- object
  - `status` integer
  - `cs_id` string

---

[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/revisions/a9dd2afd70a1/schema)
