Address Validate Bulk API

POST
/address_validate_bulk
LIVE

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

POST
request.json
key Auth: BearerAuth
{
  "requests": [
    {
      "check_id": "check_123",
      "street_address": "Unit 12B, 123-125 Smith St",
      "suburb": "Smithtown",
      "state": "ACT",
      "postcode": "2000",
      "suburb_state_postcode": "Smithtown ACT 2000",
      "full_address": "Unit 12B, 123-125 Smith St, Smithtown, ACT 2000"
    }
  ]
}

Request Schema

requests
Required
array · (1 to 200 items)

Array of address validation requests.

requests[].check_id
Optional
string

Optional correlation ID echoed back in the result.

requests[].street_address suburb state postcode suburb_state_postcode full_address
Conditional
mixed

Same input modes and combinations as the single Address Validate endpoint.

Available Response Data

3 Data Points
01
data_object

function

address_validate_bulk

02
fingerprint

api_reference for the batch

03
monitor_heart

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

lock Full API documentation provided after vetting from our compliance team.
By The Numbers

API Data Scale & Coverage tag

Unmatched data depth to power your compliance and verification workflows.

50M+
Phone & Email Records
40M+
Adverse Court Records
2BN+
Australian Universe Records
18M+
Real Estate Records
7M+
Deceased Records
980M+
Social Media & Employment Records
Practical Applications

Technical Use Cases tag

database

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.

cloud_upload

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.

Trust & Assurance

Compliance & Security tag

Enterprise-grade infrastructure audited against the standards your regulators require.

verified_user
ISO 27001 Certified
enhanced_encryption
AES-256 Encryption
public
Australian Data Sovereignty
Integration & Support

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

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

200 items per call. For datasets bigger than that, page through 200 at a time using your own iteration logic.

Try it Live

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 Access

Access to live sandbox environments requires manual approval from our compliance team.