---
title: "Save a tweet draft"
method: POST
path: "/drafts"
tags: ["Composition"]
---

# Save a tweet draft

`POST /drafts`

Saves editable post text as an account draft.

## Request body

- object
  - `text` string, required
  - `topic` string
  - `goal` 'engagement' | 'followers' | 'authority' | 'conversation'

## Response `201`

Draft created

- DraftDetail — Saved tweet draft with optional topic and goal.
  - `id` string, required
  - `text` string, required
  - `topic` string
  - `goal` string
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Invalid input
- `401` — Unauthenticated
- `429` — Xquik tier rate limit exceeded. The response includes a `Retry-After` header with the number of seconds to wait before retrying.

## Changes

- **2026-08-24** `5b381ffca02c` — 5 breaking, 2 warning, 1 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `201`
  - removed the required property `createdAt` from the response with the `201` status
  - removed the required property `id` from the response with the `201` status
  - removed the required property `text` from the response with the `201` status
  - …4 more
- **2026-08-19** `73cd0a1d989c` — 54 warning
  - added the new `closed` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `429`
  - added the new `closed` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #2: StructuredError]/code` response property for the response status `429`
  - added the new `closed` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `400`
  - added the new `closed` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `401`
  - …50 more
- …earlier changes not shown

[Full history](https://skmtc.dev/xquik-dev/apis/xquik-api-3/changes/drafts/post.md)

---

[API](https://skmtc.dev/xquik-dev/apis/xquik-api-3.md) · [All operations](https://skmtc.dev/xquik-dev/apis/xquik-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xquik-dev/xquik-api-3/revisions/5b381ffca02c/schema)
