TwitterAPIs Docs
API ReferenceWrite Actions

Overview

Write Actions: Act on behalf of an authenticated account: like, retweet, bookmark, and follow, each with its undo. Billed at $0.0008 per call, the same as a standard read.

Act on behalf of an authenticated account: like, retweet, bookmark, and follow, each with its undo. Billed at $0.0008 per call, the same as a standard read.

This category has 11 endpoints. Each is a pay-per-call REST endpoint with bearer auth, JSON in and out.

MethodPathCostDescription
POST/media/upload$0.0008Upload an image and get a media_id to attach to a tweet.
POST/tweet/favorite$0.0008Like (favorite) a tweet on behalf of an authenticated account.
POST/tweet/unfavorite$0.0008Remove a like (unfavorite) from a tweet.
POST/tweet/retweet$0.0008Retweet a tweet on behalf of an authenticated account.
POST/tweet/unretweet$0.0008Remove a retweet from a tweet.
POST/tweet/bookmark$0.0008Add a tweet to the authenticated account's bookmarks.
POST/tweet/unbookmark$0.0008Remove a tweet from the authenticated account's bookmarks.
POST/user/follow$0.0008Follow a user on behalf of an authenticated account.
POST/user/unfollow$0.0008Unfollow a user on behalf of an authenticated account.
POST/tweet/create$0.0016Post a tweet as your registered account: text, media, reply, or quote.
POST/tweet/delete$0.0008Delete one of your registered account's tweets by ID or status URL.