Validate a US address
people.address.verify
$0.03 per call
Validate and normalize a US postal address
Enrichment Served by Zetto
Input
Required: street_line_1
Accepted fields: street_line_1street_line_2citystate_codepostal_code
Output: JSON result.
Call it
curl -X POST https://api.zettoai.com/api/router/call \
-H "Authorization: Bearer $ZETTO_API_KEY" -H "Content-Type: application/json" \
-d '{"capability":"people.address.verify","payload":{"street_line_1":"…"}}'
# MCP (Claude, Cursor, OpenClaw…): connect the Zetto MCP server, then
mesh_route_call { capability: "people.address.verify", payload: {"street_line_1":"…"}, max_price_cents: 3 }
Charged $0.03 per call only when a call returns a result. A provider failure falls through to the next provider at no cost.