1
Create a verification
Enter a recipient and address from the dashboard or API.
Postcard OTP API
address.bot sends a postcard with a QR link and printed code, so businesses, residents, and properties can prove they can receive mail at the address on file.
How it works
1
Enter a recipient and address from the dashboard or API.
2
Send a postcard with a private QR link and six-digit code.
3
The recipient scans, enters the code, and the address is marked verified.
Product fit
Address validation tells you whether a string resembles a postal record. address.bot tells you whether a real mailpiece got there and whether someone could redeem the code.
Verify that merchants, vendors, or business locations can receive mail at the address they submit.
Confirm mailbox access without forcing users through a full identity verification flow.
Start occupancy, notice, or follow-up workflows with proof that mail reached the site.
Minimal request
{
"request_type": "address_confirmation",
"recipient": {
"name": "Jane Resident",
"line1": "123 Main St",
"city": "Austin",
"region": "TX",
"postal_code": "78701",
"country": "US"
},
"reference": "jane-main-mailbox"
}Controls
Test the request, postcard preview, and code-confirmation flow before sending live mail.
Live mail and billing controls stay visible in the dashboard.
Use OpenAPI, webhooks, and simple status endpoints when you want to automate the flow.
Start here
Send the request, render the postcard, redeem the code, and wire the result into your onboarding or property workflow.