Composition
Save a tweet draft
post/drafts
Request body
Example request
{
"text": "AI is the future of productivity",
"topic": "AI trends",
"goal": "engagement"
}Response
Draft created
Example response
{
"id": "42",
"text": "Draft tweet about AI trends",
"topic": "Technology",
"goal": "Engagement",
"createdAt": "2025-01-15T12:00:00Z",
"updatedAt": "2025-01-16T09:30:00Z"
}