Break a free-text address into structured components (house number, road, city, state, postcode, country). Use this to normalise messy address data before passing it to structured search, or to understand what parts of an address were recognised.
GET
/
v1
/
geocoding
/
parse
Parse a free-text address into components
curl --request GET \
--url https://api.footstep.ai/v1/geocoding/parse \
--header 'x-api-key: <api-key>'