---
title: "Create Deduplication Rule"
method: POST
path: "/deduplications"
tags: ["deduplications"]
---

# Create Deduplication Rule

`POST /deduplications`

Create Deduplication Rule

## Request body

- DeduplicationRuleRequestDto
  - `name` string, required
  - `description` string
  - `provider_type` string, required
  - `provider_id` string
  - `fingerprint_fields` string[], required
  - `full_deduplication` boolean
  - `ignore_fields` string[]

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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