Intl Address Verification
International Address Verification API.
Provides endpoints to verify and standardize international addresses, supporting both structured and freeform inputs.
Verify
Batch Verification
Get Autocomplete Previews
Get Autocomplete Advanced Previews
Autocomplete
ModelsExpand Collapse
class IntlAddressVerificationVerifyResponse: …
data: DataThe result of a verified international address.
The result of a verified international address.
details: Optional[DataDetails]Additional details about the verified address, such as premise, thoroughfare, and locality.
Additional details about the verified address, such as premise, thoroughfare, and locality.
class IntlAddressVerificationBatchVerificationResponse: …
data: Data
results: List[DataResult]
verified_address: Optional[DataResultVerifiedAddress]The result of a verified international address.
The result of a verified international address.
details: Optional[DataResultVerifiedAddressDetails]Additional details about the verified address, such as premise, thoroughfare, and locality.
Additional details about the verified address, such as premise, thoroughfare, and locality.
class IntlAddressVerificationGetAutocompletePreviewsResponse: …
data: List[Data]
The unique identifier for this result. If the result is a fully resolvable
address (type is Address), pass this to POST /completions to retrieve
the full address. Otherwise, pass it as the container query parameter to
GET /completions to drill down further.
class IntlAddressVerificationGetAutocompleteAdvancedPreviewsResponse: …
data: List[Data]
The unique identifier for this result. If the result is a fully resolvable
address (type is Address), pass this to POST /completions to retrieve
the full address. Otherwise, pass it as the container query parameter to
GET /completions to drill down further.
class IntlAddressVerificationAutocompleteResponse: …
data: DataA fully resolved international address returned by POST /completions.
A fully resolved international address returned by POST /completions.
class DataIntlAddressCompletion: …A fully resolved international address returned by POST /completions.
A fully resolved international address returned by POST /completions.
class DataVerifiedAddress: …The result of a verified international address.
The result of a verified international address.
details: Optional[DataVerifiedAddressDetails]Additional details about the verified address, such as premise, thoroughfare, and locality.
Additional details about the verified address, such as premise, thoroughfare, and locality.