IS
Interzoid State Data Standardization API
/getstateabbreviation
Gets a two-letter abbreviation for a state or province name data
Gets a two-letter abbreviation for a state or province given a permutation of state or province data.
liveunknown~3s typical
state data standardizationinterzoid
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-interzoid-com-getstateabbreviation /getstateabbreviation for me.
Input
| Field | Type | Description |
|---|---|---|
| license* | string | Your Interzoid license API key. Register at www.interzoid.com/register default null |
| state* | string | State (or province) name from which to retrieve the two letter abbreviation. 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-getstateabbreviation","endpoint":"/getstateabbreviation","input":{"license":"...","state":"..."}}'cli
npx cracked-ai run -p oa-interzoid-com-getstateabbreviation -e /getstateabbreviation -i '{"license":"...","state":"..."}'mcp
run_tool({ provider: "oa-interzoid-com-getstateabbreviation", endpoint: "/getstateabbreviation", input: {"license":"...","state":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.