Skip to main content
POST
Send messy, incomplete, or malformed addresses and get back clean, structured, corrected results. Every correction is itemised so you can see exactly what changed and why.

What it corrects

When to use this vs. /parse

The standard /parse endpoint is a deterministic parser. It breaks an address into components but doesn’t correct errors or fill gaps. /ai/parse-address uses AI to understand what the address should be. Use it when:
  • Your input has typos or misspellings
  • Address fields are missing (no postcode, no country)
  • You’re processing user-submitted data that hasn’t been validated
  • You need confidence scores for data quality assessment
  • You want to standardize formatting across a dataset

Batch processing

Send up to 100 addresses per request. Each result includes the original index so you can match results back to your input:
For more than 100 addresses, split into multiple requests.

Country hints

Pass country on individual addresses to improve accuracy, especially for ambiguous inputs:
The same input with different country hints can produce different results (different postcodes, regions, formatting conventions).

Confidence scores

Each result has a confidence score from 0 to 1:

Authorizations

x-api-key
string
header
required

Your Footstep API key

Body

application/json
addresses
object[]
required

Addresses to parse and correct

Required array length: 1 - 100 elements

Response

Corrected and structured addresses

results
object[]
required