Five Checks. One Endpoint.
Every factor that affects inbox placement, analyzed before you hit send.
Spam Score Analysis
Get a comprehensive spam score with detailed breakdown of factors affecting deliverability. Scores from 0 (clean) to 10 (certain spam) with per-factor sub-scores and specific remediation steps.
Header Analysis
Inspect email headers for common issues: missing Message-ID, malformed dates, suspicious routing paths, and encoding problems that trigger spam filters at major ISPs.
LLM Content Classification
AI-powered analysis categorizes your email content by intent and flags potential spam triggers. Detects promotional, transactional, notification, and newsletter patterns.
Link Reputation
Scan every URL in your email against known malicious and phishing databases. Evaluates redirect chains, URL shorteners, and domain age to catch blacklisted links before sending.
Authentication Verification
Check SPF, DKIM, and DMARC configuration for common misconfigurations that trigger spam filters. Returns pass/fail status with specific remediation guidance for each protocol.
One Request. Full Analysis.
Submit email content via POST /v1/spam-checks and get a complete spam analysis in seconds.
curl -X POST https://api.mailodds.com/v1/spam-checks \ -H "X-Api-Key: mo_live_..." \ -H "Content-Type: application/json" \ -d '{ "html": "<h1>Big Sale!</h1><p>50% off...</p>", "subject": "Limited Time Offer", "from_name": "Store", "from_email": "promo@yourdomain.com" }'
{
"spam_score": 4.2,
"verdict": "warning",
"checks": {
"authentication": {
"spf": "pass",
"dkim": "pass",
"dmarc": "warn"
},
"content": {
"score": 3.1,
"triggers": ["urgency_language"]
},
"links": {
"total": 3,
"flagged": 0
},
"headers": {
"issues": []
}
},
"classification": "promotional"
}Part of the MailOdds Platform
Spam checking works best alongside authenticated sending and domain monitoring.
Email Sending API
Send with built-in validation, dual DKIM, and DMARC alignment. Pre-send spam checks on every message.
Learn moreDMARC Monitoring
Monitor authentication alignment across all sending sources. Detect spoofing attempts and unauthorized senders.
Learn moreDeliverability Platform
Validate, send, and measure in one pipeline. Spam checking is one layer of a complete deliverability system.
Learn moreFrequently Asked Questions
Stop losing revenue to typos, bots, and blind spots.
From typo correction to storefront attribution. One platform, one API, nothing stitched together.