match_endpoint_v1_enrich_match_post
Resolve a query string to its best match from a list of choices using fuzzy matching, with an adjustable minimum similarity score to filter unreliable results.
Instructions
Finds the most similar string from a list of choices using fuzzy matching algorithms.
Cost: 1 credit per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Query string to find among choices. | |
| choices | Yes | List of valid options to match against. | |
| min_score | No | Minimum similarity score to consider a match reliable. |