Interzoid Get Full Name Match Similarity Key API
IG
Interzoid Get Full Name Match Similarity Key API
/getfullnamematch

Gets a similarity key for matching purposes for full name data

Gets a similarity key for matching purposes for full name data, where first and last name are part of the same field.

liveunknown~3s typical
full name match similarity keyinterzoid
$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-getfullnamematch /getfullnamematch for me.

Input

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

Try it

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