Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Analyze a subject line (coming soon)

POST
/api/v3/letters/subject-line-analyses
curl --request POST \
--url https://api.tryletterhead.com/api/v3/letters/subject-line-analyses \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "api": true, "subject": "Your newsletter subject line here", "isTopPerformer": true }'
Media type application/json
object
api

Required. Set to true to authenticate with an API key.

boolean
subject
string
isTopPerformer
boolean
Example
{
"api": true,
"subject": "Your newsletter subject line here",
"isTopPerformer": true
}

Subject Line Analysis (Coming Soon)

Media type application/json
object
items
object
analysis
string
message
string
total
integer
Example
{
"items": {
"analysis": "The subject line \"Your newsletter subject line here\" likely performed well due to its clear personalization, making recipients feel directly addressed and engaged. While it doesn't employ urgency or curiosity, its straightforwardness and relevance suggest that subscribers recognized it as directly related to their interests, enhancing open rates. The medium length keeps it concise, while the informative tone assures recipients of its value, contributing positively to their decision to open the email."
},
"message": "Do something kind today",
"total": 1
}

Still can’t find what you need? Contact support.