email.validate
Validate a single email: syntax, DNS MX, DNSBL, disposable, WHOIS age.
Returns EmailResponse JSON with `recommended_action`, `confidence_score`,
`typo_suggestion`, and per-check details. Costs $0.0005 when confirmed.
email.validate_bulk
Validate up to 500 emails. Pre-filter makes obvious-invalid items free.
Syntax errors and disposable domains are filtered out before billing;
only genuinely checkable items consume credits ($0.0005 each).
url.validate
Validate a single URL: DNS + SSRF, HTTP HEAD, redirect chain, risk score.
Returns UrlResponse with `recommended_action` (safe | review | block),
`risk_score`, `risk_flags`, `redirect_chain`, `final_url`. Costs $0.0005
when confirmed.
url.validate_bulk
Validate up to 500 URLs in one request. Returns UrlBulkResponse JSON.
Per-item cost $0.0005 when confirmed.
domain.validate
Domain enrichment: MX, SSL, WHOIS age, registrar, disposable/parked.
Useful as a cheaper alternative to full email/URL validation when you
only need domain-level context. Costs $0.0005 when confirmed.
email.classify
Free heuristic pre-filter for up to 10 000 email strings — no auth, no credits.
Use to triage large lists before paying for full validation.
url.classify
Free heuristic pre-filter for up to 10 000 URL strings — no auth, no credits.
Use to triage large lists before paying for full validation.