# Automated X (Twitter) Post Bot

**Use case:** 

A ready-to-use automation task to instantly publish original tweets to X (Twitter) via API. Perfect for programmatic content distribution and bots.

## Input

```json
{
  "cookie": "auth_token=xxx;ct0=xxx",
  "tweetContent": "Hello world! This tweet was posted automatically via API. 🚀"
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  }
}
```

## About this Actor

This example demonstrates how to use [Post / Reply Tweet  API｜ Twitter | 2025 | $10/m](https://apify.com/fastcrawler/post-reply-tweet-api-twitter-2025-10-m) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fastcrawler/post-reply-tweet-api-twitter-2025-10-m) to learn more, explore other use cases, and run it yourself.