---
title: "Run Match"
method: POST
path: "/api/comparison/match"
tags: ["Comparison & Reconciliation"]
---

# Run Match

`POST /api/comparison/match`

Run BERT-powered matching between target and source datasets.
Field names are aligned semantically, then row values are compared.

## Request body

- MatchRequest
  - `comparison_id` string, nullable
  - `target_data` object[], required
  - `source_data` object[], required
  - `match_fields` string[]
  - `fuzzy_threshold` number
  - `source_label` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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