Your agent can't assess if an email address is real. This scores deliverability and even assesses catch-all addresses.
Verify a single email address: syntax, domain and MX records, mailbox existence, and a 0-100 deliverability score, with disposable-, role-, and catch-all (accept-all) flags. Use it to clean signups, reduce bounces, and gate outbound sends, with reliable handling of catch-all domains.
Verify an email address and return its deliverability status, score, and risk flags.
The email address to verify.
curl -X POST "https://skill.askfaro.com/skills/email-verification/run" \
-H "Authorization: Bearer faro_<your_key>" \
-H "Content-Type: application/json" \
-d '{
"intent": {
"prompt": "Is the email address jane.doe@example.com deliverable?"
}
}'askfaro describe email-verification/verify
Install pip install askfaro-cli, then askfaro auth login.