Address Verification
Decision-grade US address verification with confidence scoring, actionable decisions, autocomplete, risk flags, and intelligent suggestions. The API returns accept/correct/review/reject so applications can route addresses without custom logic. What it does: Verify and normalize US addresses with a 0-100 confidence score based on 8 weighted validation checks (syntax, street existence, city/state…
Address Verification endpoints
| Method | Endpoint | Description |
|---|---|---|
| Verify | ||
| POST |
verifyAddress /v1/verify |
Verify and standardize a single postal address. The API validates the address against official postal databases, corrects minor typos, standardizes the format, and returns… |
| Bulk | ||
| POST |
bulkVerifyAddresses /v1/bulk |
Verify and standardize multiple postal addresses in a single request. Each address is verified independently and results are returned in the same order as the input array.… |
| Health | ||
| GET |
getDocs /v1/docs |
Returns a JSON object describing available endpoints, parameters, and usage examples. Useful for programmatic discovery. |
| GET |
getHealth /health |
Returns the current health status of the API. This endpoint does not require authentication and can be used for uptime monitoring. |
| Other endpoints | ||
| POST |
verifyAddress /v1/verify |
Verify and standardize a single postal address. The API validates the address against official postal databases, corrects minor typos, standardizes the format, and returns… |
| POST |
bulkVerifyAddresses /v1/bulk |
Verify and standardize multiple postal addresses in a single request. Each address is verified independently and results are returned in the same order as the input array.… |
| GET |
getDocs /v1/docs |
Returns a JSON object describing available endpoints, parameters, and usage examples. Useful for programmatic discovery. |
| GET |
getHealth /health |
Returns the current health status of the API. This endpoint does not require authentication and can be used for uptime monitoring. |
Address Verification pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|