Verify a list of email addresses
verify_batchCheck up to 500 email addresses in one call and get a send, hold, or kill verdict with reasons to avoid bounces.
Instructions
Check up to 500 addresses in one call. Each result is { email, action, verdict, reason, checks }. action is send | hold | kill: send means go ahead, hold means send only with a fallback in hand (catch-all, forwarder, greylisted or refused probe), kill means never send (no mail server, or the mailbox does not exist). checks.smtp is skipped on the free DNS tier; the hosted tier probes the mailbox. DNS kills cost nothing; with a key the survivors go to the hosted probe at 1 credit each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emails | Yes | The addresses to check | |
| hosted | No | Probe mailboxes on the hosted tier (default: yes when a key is configured) |