Skip to main content
GET
Get draft
Free - does not consume credits

Path parameters

id
string
required
The unique draft ID. Returned when you create a draft or list drafts.

Headers

x-api-key
string
required
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.

Response

id
string
Unique draft ID.
text
string
The draft tweet text.
topic
string
Topic the tweet is about. Omitted if not set.
goal
string
Optimization goal. Omitted if not set.
createdAt
string
ISO 8601 creation timestamp.
updatedAt
string
ISO 8601 last update timestamp.
Related: List Drafts to see all your drafts, Create Draft to save a new one, or Delete Draft to remove this draft.
Last modified on May 5, 2026