IG
Interzoid Get Full Name Parsed Match Similarity Key API
/getfullnameparsedmatch
Gets a similarity key for matching purposes for parsed full name data
Gets a similarity key for matching purposes for parsed full name data, where the first name and last name are split into separate fields in the source data rather than combined.
liveunknown~3s typical
full name parsed similarity keyinterzoid
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-interzoid-com-getfullnameparsedmatch /getfullnameparsedmatch for me.
Input
| Field | Type | Description |
|---|---|---|
| license* | string | Your Interzoid license API key. Register at www.interzoid.com/register default null |
| firstname* | string | First name from which to generate similarity key default null |
| lastname* | string | Last 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-getfullnameparsedmatch","endpoint":"/getfullnameparsedmatch","input":{"license":"...","firstname":"...","lastname":"..."}}'cli
npx cracked-ai run -p oa-interzoid-com-getfullnameparsedmatch -e /getfullnameparsedmatch -i '{"license":"...","firstname":"...","lastname":"..."}'mcp
run_tool({ provider: "oa-interzoid-com-getfullnameparsedmatch", endpoint: "/getfullnameparsedmatch", input: {"license":"...","firstname":"...","lastname":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.