Your agent can't assess if an email address is real. This scores deliverability and even assesses catch-all addresses.
Business & Companies
Checks whether an email address is deliverable, scoring it from 0 to 100 and flagging disposable, catch-all, role-based, and typo addresses. Returns the deliverability status without sending any mail.
You need to confirm a single address is deliverable before sending to it, accepting it at signup, or trusting it.
Sending or delivering mail, bulk-list batch verification, finding or discovering addresses, user login, spam-content scanning, or replacing a real confirmation email.
Each is a sub-skill of Email Verification; the router picks the right one for your request.
information
Returns the deliverability status, a 0 to 100 score, the domain, risk flags, and a suggested correction when the address looks like a typo. Not a downloadable file, and it does not send any mail.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/email-verification/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"Is john@example.com a valid email address?"}}'Example requests