IG
Interzoid Get Email Information API
/getemailinfo
Gets email validation information for an email address
Get email validation information and other demographics for an email address.
liveunknown~3s typical
email address informationinterzoid
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-interzoid-com-getemailinfo /getemailinfo for me.
Input
| Field | Type | Description |
|---|---|---|
| license* | string | Your Interzoid license API key. Register at www.interzoid.com/register default null |
| email* | string | Email address to retrieve validation information 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-getemailinfo","endpoint":"/getemailinfo","input":{"license":"...","email":"..."}}'cli
npx cracked-ai run -p oa-interzoid-com-getemailinfo -e /getemailinfo -i '{"license":"...","email":"..."}'mcp
run_tool({ provider: "oa-interzoid-com-getemailinfo", endpoint: "/getemailinfo", input: {"license":"...","email":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.