Composition
Compose, refine, or score a tweet
post/compose
Request body
Example request
{
"step": "compose",
"topic": "AI trends in 2025",
"goal": "engagement",
"draft": "AI is changing everything. Here's why.",
"tone": "professional",
"styleUsername": "elonmusk",
"additionalContext": "https://x.com/elonmusk/status/1234567890",
"callToAction": "Follow for more",
"mediaType": "none"
}Response
Composition result
Example response
{
"text": "AI is reshaping every industry. Here are 5 trends to watch in 2025.",
"score": 78,
"feedback": "Strong hook. Consider adding a call to action.",
"suggestions": [
"Add a thread hook",
"Include a relevant hashtag"
]
}