Skip to main content
POST
/
twitter
/
tweet
/
create
Create tweet
curl --request POST \
  --url 'https://api.xshot.fun/twitter/tweet/create?api_key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "text": "Hello world!",
  "reply_to": "<string>"
}
'
{}

Authorizations

api_key
string
query
required

Body

application/json
text
string
required

Tweet text content

Example:

"Hello world!"

reply_to
string

Tweet ID to reply to (optional)

Response

200 - application/json

Created tweet

The response is of type object.