validate_address
Validate and standardize US addresses via USPS API to receive corrected address data, delivery point validation, and standardized formatting.
Instructions
Validate and standardize a US address using USPS Address Validation API. Returns corrected address information, delivery point validation, and address standardization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City name (e.g., "New York", "Los Angeles") | |
| state | Yes | Two-letter state code (e.g., "NY", "CA", "TX") | |
| zipCode | Yes | ZIP code - 5 digits or ZIP+4 format (e.g., "12345", "12345-6789") | |
| urbanization | No | Urbanization name (Puerto Rico addresses only) | |
| streetAddress | Yes | Street address (e.g., "123 Main St", "456 Oak Avenue Apt 2B") |