Skip to main content
POST
Analyze email content for spam triggers and deliverability issues.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Body

application/json

Spam check request

Request body for spam analysis

companyId
string
required

Company ID

content
string
required

Email body content (HTML or plain text)

subject
string

Email subject line

Response

Spam analysis results

Spam analysis response

overallScore
integer

Overall deliverability score (0-100)

verdict
string

Verdict (excellent, good, average, poor, spam)

metrics
object[]

Detailed metrics

spamWordsFound
string[]

Spam trigger words found

summary
string

Analysis summary

improvedSubject
string

Improved subject line (if score < 70)

improvedContent
string

Improved content (if score < 70)