Usage is metered in credits. See the Credits guide for response headers and
usage behaviour.
When to use it
- Build typeahead for address entry.
- Let users pick a canonical address before calling Enrich.
- Narrow results with
statewhen your flow already knows the state.
Request
Examples
Response
confidence or the internal search relevance score by default.
total equals suggestions.length: Autocomplete is optimized for fast,
ranked typeahead selection, not exhaustive corpus counts.
Field notes
With
debug=true, suggestions may include debug.searchScore. This is an
unstable internal search relevance diagnostic. Do not store it, sort by it, or
use it for business decisions.
Integration tips
- Start querying after the user has typed a few characters.
- Debounce browser calls so you do not send a request for every keystroke.
- Use the
statefilter when the user’s state is known. - Typos in completed words can still match. The word currently being typed is matched as a prefix, so typo tolerance is intentionally stronger for earlier tokens than the final token.