Conflict Search Integration Guide¶
This guide maps conflict search results to product decisions in partner applications and internal review workflows.
Suggested UX flow¶
- User enters proposed company name.
- Backend calls
POST /v1/conflicts/search. - UI displays grouped matches by risk level.
- User chooses another name or continues with legal review.
Decision mapping example¶
CRITICAL: block and require a new name.HIGH: warn strongly and require user acknowledgment.MEDIUM/LOW: allow progress with advisory messaging.
Implementation tips¶
- Always display normalized input used by the API.
- Keep top N matches to reduce noise.
- Persist result snapshots for auditability in regulated workflows.