---
title: "POST /twitter/create_tweet_v2"
method: POST
path: "/twitter/create_tweet_v2"
---

# POST /twitter/create_tweet_v2

`POST /twitter/create_tweet_v2`

Create a tweet.You must set the login_cookie.You can get the login_cookie from /twitter/user_login_v2.Trial operation price: $0.003 per call.

## Request body

- object
  - `login_cookies` string, required — The login cookies of the user.You can get the login_cookie from /twitter/user_login_v2.Must be set
  - `tweet_text` string, required — The text of the tweet.Must be set
  - `reply_to_tweet_id` string — The id of the tweet to reply to.Optional
  - `attachment_url` string — The url of quote tweet.Optional.eg.https://x.com/sama/status/1947640330318156074
  - `community_id` string — The id of the community to post to.Optional
  - `is_note_tweet` boolean — If this option is set to True, tweets longer than 280 characters can be posted (Twitter Premium only).
  - `media_ids` string[] — List of media IDs (strings) to attach. Optional. Obtain each from /twitter/upload_media_v2.
  - `quote_tweet_id` string — ID of a tweet to quote. Optional. Alternative to attachment_url.
  - `schedule_for` string — Schedule the tweet to be sent at a future time. Optional. Format: ISO-8601 with milliseconds, e.g. 2026-01-20T10:00:00.000Z
  - `proxy` string, required — The proxy to use.Please use high-quality residential proxies and avoid free proxies.Required.Example: http://username:password@ip:port . You can get proxy from: https://www.webshare.io/?referral_code=4e0q1n00a504

## Response `200`

Login response

- object
  - `tweet_id` string — The id of the created tweet.
  - `status` string — Status of the request.success or error
  - `msg` string — Message of the request.error message

## Other responses

- `400` — Unexpected error

---

[API](https://skmtc.net/twitterapi/apis/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api.md) · [All operations](https://skmtc.net/twitterapi/apis/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twitterapi/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api/revisions/1b1afaf3df76/schema)
