IG
Interzoid Get Address Match Similarity Key API
/getaddressmatch
Gets a similarity key for matching purposes for address data
Gets a similarity key for matching purposes for street address data
liveunknown~3s typical
street address similarity keyinterzoid
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-interzoid-com-getaddressmatch /getaddressmatch for me.
Input
| Field | Type | Description |
|---|---|---|
| license* | string | Your Interzoid license API key. Register at www.interzoid.com/register default null |
| address* | string | Address from which to generate similarity key default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-interzoid-com-getaddressmatch","endpoint":"/getaddressmatch","input":{"license":"...","address":"..."}}'cli
npx cracked-ai run -p oa-interzoid-com-getaddressmatch -e /getaddressmatch -i '{"license":"...","address":"..."}'mcp
run_tool({ provider: "oa-interzoid-com-getaddressmatch", endpoint: "/getaddressmatch", input: {"license":"...","address":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.