# Twitter threads

To create a Twitter thread:

* Create a new post by clicking **+ Add Post**
* Select **Twitter**
* Start typing the first tweet in thread
* Create a new Twitter thread **+ Add to Thread**

<figure><img src="https://2374509648-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FevfU9S4Nh53PiGflQLah%2Fuploads%2FK9CIFhqajVCN5ezap4vl%2Fimage.png?alt=media&#x26;token=586ddde8-2d69-416f-ab92-f5f18444692d" alt=""><figcaption></figcaption></figure>

## Create a thread via API

To create a Twitter thread in a single API call, put the first tweet in `content.text` and add the rest of the thread in `content.additionalPosts[]`. Blotato handles reply chaining -- you do not need to capture tweet IDs.

Each entry in `additionalPosts` has its own `text` and `mediaUrls` fields.

See the full payload example in the [API Quickstart](https://help.blotato.com/api/start#post-a-twitter-thread-with-multiple-posts) or the [Publish Post reference](https://help.blotato.com/api/api-reference/publish-post#6.-twitter-thread).

Threads also work for Bluesky and Threads using the same `additionalPosts` field.

For an automated thread workflow (email yourself an idea, AI writes the thread, Blotato posts it), see: [Email to Long Form Thread](https://help.blotato.com/api/templates/2-email-to-long-form-thread)
