IG
Interzoid Get City Match Similarity Key API
/getcitymatch
Gets a similarity key for matching purposes for city name data
Gets a similarity key for matching purposes for city name data.
liveunknown~3s typical
city name similarity keyinterzoid
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-interzoid-com-getcitymatch /getcitymatch for me.
Input
| Field | Type | Description |
|---|---|---|
| license* | string | Your Interzoid license API key. Register at www.interzoid.com/register default null |
| city* | string | City name 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-getcitymatch","endpoint":"/getcitymatch","input":{"license":"...","city":"..."}}'cli
npx cracked-ai run -p oa-interzoid-com-getcitymatch -e /getcitymatch -i '{"license":"...","city":"..."}'mcp
run_tool({ provider: "oa-interzoid-com-getcitymatch", endpoint: "/getcitymatch", input: {"license":"...","city":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.