Everything you need to wire MailForge into your product.
Authentication depends on the marketplace.
Most integrations use a Bearer token in the Authorization header,
while some (e.g., RapidAPI) may require X-RapidAPI-Key.
Header
Authorization: Bearer <YOUR_API_KEY>
POST /v1/validate — single emailPOST /v1/bulk — batchGET /health — statusSee full API Docs.
Use "deep": true for extended SMTP-level validation when accuracy matters (e.g. sign-ups, fraud prevention, or bulk cleanup).
Set to false for faster syntax + MX-only checks.