Create Tweet - Post to X / Twitter (GetXAPI)
Pricing
Pay per usage
Create Tweet - Post to X / Twitter (GetXAPI)
Post tweets, replies, quotes, media & community posts to X (Twitter). Powered by GetXAPI - just bring your X auth_token.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
GetXAPI
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
18 hours ago
Last modified
Categories
Share
Post tweets to X (Twitter) programmatically - text, media, replies, quotes, threads and Community posts - powered by GetXAPI. No OAuth app, no developer account, no rate-limit headaches.
Just provide the auth_token of the X account you want to post from, plus your tweet text - the Actor does the rest.
What it does
- ✍️ Post a tweet with custom text
- 💬 Reply to any tweet (
replyToTweetId) - 🔁 Quote a tweet (
quoteTweetUrl/quoteTweetId) - 🖼️ Attach media from URLs, pre-uploaded IDs, or inline base64
- 👥 Post to a Community (
communityId)
Input
| Field | Required | Description |
|---|---|---|
authToken | ✅ | The auth_token cookie of the X account to post from. |
text | ✅ | The tweet text. |
replyToTweetId | - | Post as a reply to this tweet ID. |
quoteTweetUrl / quoteTweetId | - | Quote a tweet by URL (faster) or ID. |
mediaUrls | - | List of image/video URLs to attach (up to 4 images, or 1 video/GIF). |
mediaIds | - | Pre-uploaded media IDs. |
media | - | Inline base64 media: [{ "data": "<base64>", "type": "image/png" }]. |
verifyPremium | - | For long videos (>2:20), verify the account is on X Premium first. |
communityId | - | Numeric X Community ID to post into. |
ct0, twid | - | Optional cookies; if both are set, internal credential resolution is skipped. |
proxy | - | Optional proxy, e.g. http://user:pass@host:port. |
Output
The Actor pushes one item to the dataset:
{"ok": true,"id": "2022330345463706058","text": "Hello from GetXAPI 👋","createdAt": "Thu Feb 13 15:10:29 +0000 2026","url": "https://x.com/i/web/status/2022330345463706058"}
Pricing
You pay a small fee per tweet successfully posted - no subscription, no developer account.
Powered by GetXAPI
The cheapest Twitter (X) API. Build your own integrations at www.getxapi.com - from $0.001 per call, with $0.1 in free credits to start.