Interzoid State Data Standardization API
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
$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-getstateabbreviation /getstateabbreviation for me.

Input

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