RevAddress USPS Address Validation and Shipping
RevAddress wraps the official USPS v3 REST API into a production-ready service. No USPS credentials needed — just an API key. Address Validation — Standardize any US address to USPS format. Returns ZIP+4, delivery point, DPV confirmation, residential/business classification, and vacancy status. 24-hour caching means repeat lookups are free. Batch Validation — Validate up to 50 addresses in a…
RevAddress USPS Address Validation and Shipping endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Validate Address /api/address/validate |
Validate and standardize a single US address. Returns ZIP+4, delivery point, DPV confirmation, residential/business classification, and vacancy status. |
| GET |
City-State Lookup /api/address/city-state |
Look up city and state for a ZIP code. |
| POST |
Extract Address /api/address/extract |
Extract and validate an address from raw text (OCR output, emails, forms). Returns a structured, validated address. |
| POST |
Batch Validate /api/batch/validate |
1. Validate up to 50 addresses in a single call. Parallel processing with fault isolation. Growth plan and above. |
| POST |
Shipping Rates /api/rates |
Get USPS shipping rates for all mail classes (Ground Advantage, Priority, Express, Parcel Select, Media Mail). |
| GET |
Service Standards /api/service-standards |
Get estimated delivery dates between any two ZIP codes for a given mail class. |
RevAddress USPS Address Validation and Shipping pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $79 / month | 300 / minute |
|
| ULTRA | $199 / month | 600 / minute |
|