validate_domain_batch
Validate up to 100 domains in a single API call, checking domain validity without mailbox verification. Returns detailed results, cost, and usage count per request.
Instructions
Validate up to 100 domains in one call (billed per item).
Same checks as validate_domain. Not mailbox verification.
Args: domains: 1–100 hostnames or URLs
Returns: dict with keys: ok, count, results (list of {domain, data}), cost_usd, call_count_this_month — or {ok:false, error:{...}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domains | Yes |