Interzoid Country Data Standardization API
IC
Interzoid Country Data Standardization API
/getcountrystandard

Gets country name standard

Gets a pre-selected country name standard for various permutations of a given country name.

liveunknown~3s typical
country name 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-getcountrystandard /getcountrystandard for me.

Input

FieldTypeDescription
license*stringYour Interzoid license API key. Register at www.interzoid.com/register default null
country*stringCountry 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-getcountrystandard","endpoint":"/getcountrystandard","input":{"license":"...","country":"..."}}'
cli
npx cracked-ai run -p oa-interzoid-com-getcountrystandard -e /getcountrystandard -i '{"license":"...","country":"..."}'
mcp
run_tool({ provider: "oa-interzoid-com-getcountrystandard", endpoint: "/getcountrystandard", input: {"license":"...","country":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.