Perform a deep SMTP check to validate the deliverability of an email address. Detects catch-all configurations.
cURL
curl --request POST \ --url https://api.blitz-api.ai/api/email/validate \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "email": "[email protected]" } '
{ "email": "[email protected]", "status": "valid" }
Your Blitz API Key.
The email address to analyze.
OK
The analyzed email address.
Result: valid, invalid, or catch-all.
valid
invalid
catch-all