Validate and normalize an address
validate_addressCheck if a free-text Norwegian address exists in the official register, correct minor spelling errors, and get its normalized form with coordinates.
Instructions
Check whether a free-text address exists in the official register and return its normalized form with coordinates. Uses fuzzy matching, so it also corrects small spelling errors. Returns valid, the best normalized match, and alternatives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Address to validate, e.g. 'karl johans gt 1 oslo' |