---
search:
  tags:
    - Article Endpoints
    - POST
seo:
  description: >-
    Step 5 of 5 — Publish the draft. Returns article_id and… Reference for the
    POST /x/articles/{article_id}/publish endpoint in the TwexAPI REST API 레퍼런스
    API.
sidebar:
  badge: POST
  label: '[Step 5/5] Publish an article draft'
title: '[Step 5/5] Publish an article draft'
type: openapi-operation
---
**Step 5 of 5** — Publish the draft. Returns `article_id` and `tweet_id`.

- `article_id`: obtained from Step 1
- `visibility`: `Public` (default) / `Followers` / `Mentioned`

⚠️ Make sure Steps 3 and 4 are completed before publishing. A draft without a title or content can still be published but will appear empty.

<Operation source="ko-api-reference" id="article-publish-x-articles-article-id-publish-post" />
