cURL
curl --request POST \ --url https://api.apitwitter.com/twitter/tweets \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "tweet_text": "<string>", "cookie": "<string>", "proxy": "<string>", "reply_to_tweet_id": "<string>" } '
{ "status": "success", "tweet_id": "2031089570253757233", "msg": "Tweet created" }
Create and post a new tweet on Twitter/X via ApiTwitter API. POST endpoint with cookies and proxy. Supports text tweets.
Your API key
The text content of the tweet
Twitter auth cookie
Proxy URL to use for the request (HTTP or SOCKS5)
Tweet ID to reply to
Tweet created
Response status
"success"
Response message
Response data