Address Validate Bulk API
/address_validate_bulk
The bulk version of Address Validate. Up to 200 addresses in a single call. Each item uses the same validation rules and input modes as the single endpoint. Optional check_id per request for correlating results back to your inputs..
Example Request
POSTRequest Schema
requests
Array of address validation requests.
requests[].check_id
Optional correlation ID echoed back in the result.
requests[].street_address
suburb
state
postcode
suburb_state_postcode
full_address
Same input modes and combinations as the single Address Validate endpoint.
Available Response Data
3 Data Pointsfunction
address_validate_bulk
api_reference for the batch
results array. Per-result fields
check_id echoed, valid, score, matched_address, address_changes, and an optional error field when an internal error occurred for that item
API Data Scale & Coverage tag
Unmatched data depth to power your compliance and verification workflows.
Technical Use Cases tag
Periodic customer database cleansing
Submit batches of 200 customer addresses for validation. Update your records where the validator returns a corrected address, flag the ones marked invalid for review.
Acquired data ingestion
When loading addresses from an acquired customer book or CSV upload, run them through bulk validation before they hit your master data store.
Compliance & Security tag
Enterprise-grade infrastructure audited against the standards your regulators require.
Common Questions tag
Everything you need to know about implementation details and compliance infrastructure.
rocket_launch Implementation
What if one item in the batch fails?
add
What if one item in the batch fails?
Each item is processed on its own. An item-level error returns the error field on that result. The rest of the batch keeps going
rocket_launch Implementation
What's the upper limit per request?
add
What's the upper limit per request?
200 items per call. For datasets bigger than that, page through 200 at a time using your own iteration logic.
API Testing Sandbox tag
Test the Address Validate Bulk API directly in your browser with live mock data and see instant results.
rocket_launch Request Sandbox AccessAccess to live sandbox environments requires manual approval from our compliance team.