Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Parameters for posting a tweet without providing cookie (uses random cookie from pool)
Content of the tweet to post
Maximum length:
280
Example:
"Hello, Twitter! 🐦"
URL of media to attach to the tweet
Example:
"https://example.com/image.jpg"
Schedule time for the tweet in ISO format
Example:
"2024-01-01T12:00:00Z"
ID of tweet to reply to
Example:
"1234567890123456789"
Name of Twitter community to post in
Example:
"Python Developers"
URL of tweet to quote
Example:
"https://twitter.com/user/status/1234567890123456789"