How-To Guide

How to Schedule X Articles
(Step-by-Step Guide)

X Articles are finally schedulable. This guide walks through writing a long-form article in markdown, scheduling it, and letting OpenTweet publish it automatically through the official X API.

7-day free trial • Cancel anytime

Why Schedule X Articles

Articles are the highest-leverage format on X right now. They hold attention for minutes instead of seconds, they rank in search, and X's algorithm rewards the dwell time they generate. Until recently they were also the only major format you could not schedule: the API simply did not support them.

That changed when X shipped the Articles endpoints, and OpenTweet is among the first tools to build on them. You can now treat long-form exactly like the rest of your content pipeline: batch your writing, schedule for peak hours, and publish consistently without being at your desk.

Even better, because OpenTweet accepts plain markdown, your articles can come from anywhere: your notes app, your blog drafts, or an AI agent connected through the API or MCP.

Step-by-Step: How to Schedule an X Article

1

Confirm Your X Account Can Publish Articles

X Articles are a Premium+ feature on X's side. Make sure the account you want to publish from has Premium+. OpenTweet will show you X's exact error message if the account is not eligible, so you are never guessing.

2

Open the Articles Editor

Log in to OpenTweet and click Articles in the sidebar, then New Article. Articles are included in every paid plan. If you are on a trial, upgrade first.

3

Write Your Article in Markdown

Type or paste markdown: # for headings, ** for bold, lists, quotes, and links all work. The live preview on the right shows the formatted result as you type. Paste an X post URL on its own line to embed it in the article.

4

Add a Cover Image and Pick an Account

Upload a cover image that shows at the top of your article and in timeline previews. If you manage multiple X accounts, pick which one publishes this article.

5

Set the Date and Time

Choose when the article goes live. Times are in your local timezone and converted automatically. Long-form performs well when your audience has time to read, so mornings and weekends are worth testing.

6

Save and Let OpenTweet Publish

Click Save and Schedule. At publish time, OpenTweet converts your markdown to X's rich-text article format, uploads every image, creates the draft on X, and publishes it. The live article link appears on your Articles page.

Schedule Articles From the API

One request. Title, markdown, and a time. OpenTweet does the rest.

curl -X POST https://opentweet.io/api/v1/articles \
  -H "Authorization: Bearer ot_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "title": "How We Grew to 10k Users",
    "content_markdown": "# The short version\n\nWe shipped **every week**...",
    "scheduled_date": "2026-07-15T14:00:00Z"
  }'

The same endpoints power the OpenTweet MCP server, so AI agents can write and schedule articles too.

Pro Tips for X Articles

Repurpose Your Best Threads

A thread that performed well is a proven outline. Expand it into an article with proper headings and images, then link the article back to the original thread.

Lead With the Payoff

The article title and cover image are what show in the timeline. Treat the title like a tweet hook, not a book chapter.

Embed Your Own Posts

Embedding your related X posts inside the article keeps readers in your content and gives old posts new reach.

Automate the Pipeline

With the API or MCP tools, your AI agent can turn every blog post or changelog into a scheduled X Article automatically.

Common Mistakes to Avoid

Publishing Without Premium+

X rejects article publishes from non-Premium+ accounts. Check eligibility first so your scheduled article does not fail at publish time.

Writing a Wall of Text

Articles support headings, lists, and images. Use them. A single unbroken block of text loses readers by the second paragraph.

Forgetting the Cover Image

The cover is most of your timeline real estate. An article without one looks like a plain link and gets fewer opens.

Treating Articles Like a Blog Dump

Straight copy-paste from your blog ignores how people read on X. Tighten the intro, cut internal links that lead nowhere, and end with a clear next step.

Frequently Asked Questions

Can you schedule X Articles?

Yes. X opened Articles to the API in 2026, and OpenTweet is among the first tools to support scheduling them. Write your article in markdown, pick a time, and it publishes automatically.

Do X Articles require Premium?

Yes, X requires Premium+ on the account that publishes Articles. The OpenTweet side works on any paid plan (Pro, Advanced, or Agency).

What formatting can a scheduled X Article include?

Headings (H1 to H3), bold, italic, strikethrough, links, bullet and numbered lists, quotes, inline images with captions, a cover image, and embedded X posts.

Can I schedule X Articles from the API?

Yes. POST /api/v1/articles with a title, a markdown body, and a scheduled_date. OpenTweet handles the conversion to X's rich-text format and the publishing.

Can AI agents write and schedule X Articles?

Yes. The OpenTweet MCP server includes article tools, so Claude and other agents can draft, schedule, and publish long-form articles on your behalf.

Can I edit a scheduled article before it publishes?

Yes. Scheduled articles stay editable until the moment they publish. You can also unschedule back to draft or publish immediately.

Ready to Ship Your First Scheduled Article?

Write it in markdown today. Publish it at the perfect time tomorrow.