parse_address
Extract country, postcode, and city from free-text UK or US addresses for user onboarding, KYC checks, or address storage. Returns structured data with a confidence flag.
Instructions
Extract structured {country, postcode, city} from a free-text UK or US address. USE THIS 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 |