Interzoid City Data Standardization API
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
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-interzoid-com-getcitystandard /getcitystandard for me.

Input

FieldTypeDescription
license*stringYour Interzoid license API key. Register at www.interzoid.com/register default null
city*stringCity 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.