Lob.com
US Address Verification
| Category | Data Validation |
|---|---|
| Authentication | apiKey |
| HTTPS | Yes |
| CORS | yes |
| Difficulty | intermediate |
| Official URL | https://www.smarty.com/docs/cloud/us-autocomplete-pro-api |
| Added Date | 2026-04-01 |
| Last Verified | 2026-04-01 |
US Autocomplete is a data validation API described as: Enter address data quickly with real-time address suggestions. It is useful when you need programmatic access to enter address data quickly with real-time address suggestions from applications, dashboards, or internal tools. The published entry point or documentation is hosted at www.smarty.com, which makes it a practical starting point for evaluating available endpoints and response formats. The listing indicates API-key-based access, which is typical for server-side integrations, scheduled jobs, and controlled client applications.
const url = "https://www.smarty.com/docs/cloud/us-autocomplete-pro-api";
// Replace headers or query params with the values required by this API.
const response = await fetch(url, {
headers: {
"X-API-Key": "YOUR_API_KEY"
}
});
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); US Address Verification
Extract postal addresses from any text including emails
Validate and append data for any US postal address
VAT number validation
Test api server to receive and return value from HTTP method
VAT number validation
US Address Verification
Test api server to receive and return value from HTTP method
Content validator against profanity & obscenity
Extract postal addresses from any text including emails
Validate and append data for any US postal address