IC
Interzoid City Data Standardization API
/getcitystandard
Gets a city name standard for US and international cities
Gets a pre-selected city name standard for US and international cities for various permutations of a given city name.
liveunknown~3s typical
city data standardizationinterzoid
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-interzoid-com-getcitystandard /getcitystandard 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 retrieve the standardized version 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-getcitystandard","endpoint":"/getcitystandard","input":{"license":"...","city":"..."}}'cli
npx cracked-ai run -p oa-interzoid-com-getcitystandard -e /getcitystandard -i '{"license":"...","city":"..."}'mcp
run_tool({ provider: "oa-interzoid-com-getcitystandard", endpoint: "/getcitystandard", input: {"license":"...","city":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.