Interzoid Get Email Information API
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
$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-getemailinfo /getemailinfo for me.

Input

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