cURL
curl --request POST \ --url https://app.demandiq.com/api/address/validate \ --header 'Content-Type: application/json' \ --data ' { "address": "123 Main St", "city": "Denver", "country": "US", "state": "CO", "zip": "80202" } '
{ "valid": true, "formattedAddress": "<string>", "lat": 123, "lng": 123 }
Validate an address via geocoding. Returns coordinates, formatted address, and normalized fields.
"123 Main St"
"Denver"
ISO 3166-1 alpha-2 country code
"US"
"CO"
"80202"
Validation result