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