---
title: "Exact Match search"
method: POST
path: "/v1/crime_search/risk/exact/search"
---

# Exact Match search

`POST /v1/crime_search/risk/exact/search`

This API retrieves results based on exact match criteria, presenting both the risk category and case details from the source.

## 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)
