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

improvedContent
string

Improved content (if score < 70)

improvedSubject
string

Improved subject line (if score < 70)

metrics
object[]

Detailed metrics

overallScore
integer

Overall deliverability score (0-100)

spamWordsFound
string[]

Spam trigger words found

summary
string

Analysis summary

verdict
string

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