Request
Body Params application/json
{
"variables": {
"tweet_text": "hello",
"dark_request": false,
"reply": {
"in_reply_to_tweet_id": "123",
"exclude_reply_user_ids": []
},
"media": {
"media_entities": [
{
"media_id": "1869610428579606520",
"tagged_users": []
}
],
"possibly_sensitive": false
},
"semantic_annotation_ids": [],
"includePromotedContent": false
}
}
Request samples
curl --location --request POST 'https://api.apidance.pro/graphql/CreateTweet' \
--header 'apikey: your-apikey' \
--header 'Content-Type: application/json' \
--data-raw '{
"variables": {
"tweet_text": "hello",
"dark_request": false,
"reply": {
"in_reply_to_tweet_id": "123",
"exclude_reply_user_ids": []
},
"media": {
"media_entities": [
{
"media_id": "1869610428579606520",
"tagged_users": []
}
],
"possibly_sensitive": false
},
"semantic_annotation_ids": [],
"includePromotedContent": false
}
}'
Responses
application/json Modified at 2024-12-19 05:11:12