smarty_verifyAddress
Validate and standardize US addresses using USPS data to ensure accurate mailing information, proper formatting, and geocoding coordinates for insurance records.
Instructions
Verify and standardize addresses using the Smarty Address Verification API.
This API validates addresses against USPS data and returns:
Standardized address format (proper casing, abbreviations)
Address components (street, city, state, ZIP+4)
Delivery point validation
County information
Congressional district
Latitude/Longitude coordinates
Property metadata
Use this to:
Validate addresses before creating insured records
Standardize addresses for consistency
Ensure accurate mailing addresses
Get geocoding data for properties
IMPORTANT: Always use the standardized address returned by this API in your NowCerts records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name (optional if providing ZIP) | |
| state | No | State abbreviation (e.g., 'TN') (optional if providing ZIP) | |
| street | Yes | Street address line (required) | |
| street2 | No | Apartment, suite, unit number (optional) | |
| zipcode | No | 5 or 9-digit ZIP code (optional if providing city/state) |