parse_address
Extract country, postcode, city, and state from free-text UK or US addresses. Returns a confidence flag for reliable address parsing during user onboarding or KYC checks.
Instructions
USE THIS to extract structured {country, postcode, city, state} from a free-text UK or US address — when onboarding a user, running a KYC/fraud check, or storing an address — instead of splitting the string yourself. Returns a confidence flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The free-text address. |