Can Cobalt return multiple possible matches with confidence scores?
Yes. The API provides a top-match and an alternatives list (up to ~10 records) when names are close. Each candidate includes a confidenceLevel (0.0–1.0) and addressMatch flag. Example: “Boom City Brewing Company” input may yield “Boom City Brewing Company LLC” at 0.86 confidence because the suffix was missing. Use thresholds (e.g., ≥0.80 = auto-accept; 0.60–0.79 = review; <0.60 = reject) to decide.
matching-confidence
