messaging
Check if an email is spam
An API to classify emails against spam detection rules.
Check whether an email is likely to be spam based on its attributes
Endpoint | Per Request |
---|---|
Classify | 0.001 USD |
Base requests are 0.000001 USD
Classify Request
Response
{
"is_spam": false,
"score": 0.1,
"details": [
"NO_RELAYS, Informational: message was not relayed via SMTP, -0",
"NO_RECEIVED, Informational: message has no Received headers, -0",
"MISSING_MID, Missing Message-Id: header, 0.1"
]
}