v11

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0112893437.0 KB
Composition

Save a tweet draft

post/drafts

Request body

textstring required
topicstring
goal'engagement' | 'followers' | 'authority' | 'conversation'

Example request

{
  "text": "AI is the future of productivity",
  "topic": "AI trends",
  "goal": "engagement"
}

Response

Draft created

idstring required
textstring required
topicstring
goalstring
createdAtstring date-time required
updatedAtstring date-time required

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"
}