Create Tweet

Create your own tweet.

POST https://api.noauth.cc/twitter/create-tweet

This request will create a tweet. (Images are currently not supported)

Coming soon...

Headers

NameTypeDescription

x-api-key*

String

NoAuth API Key

Request Body

NameTypeDescription

auth_token*

String

Twitter Auth

ct0_token*

String

Twitter Auth

user_agent*

String

Twitter Auth

proxy*

String

Example: http://user:pass@host:port

text*

Integer

Example: Hey everyone!!

reply_tweet_id

Integer

Example: 59250529

{
  "status": "success",
  "message": "Twitter response.."
}

Last updated