---
title: "Pick a One-Click KYB enrichment candidate"
method: POST
path: "/compliance/kyb/enrichment/pick"
tags: ["compliance", "kyb", "enrichment"]
---

# Pick a One-Click KYB enrichment candidate

`POST /compliance/kyb/enrichment/pick`

Fetches, maps, and applies the chosen candidate on a needs_disambiguation run. Idempotent once applied.

## Headers

- `Idempotency-Key` string, required — Required client idempotency key; a duplicate submission with the same key is rejected with 409.

## Request body

- CompliancePickKybEnrichmentInput
  - `candidate_index` integer
  - `run_id` string

## Response `200`

OK

- ComplianceEnrichmentApplyView
  - `matched_provider_entity_id` string
  - `rejected` ComplianceEnrichmentRejectedFieldView[], nullable
    - `canonical_id` string
    - `reason` string
  - `run_id` string
  - `suggested` string[], nullable
  - `written` string[], nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/2891199eb659/schema)
