CreateNoteTweet
POST
https://api.apidance.pro/graphql/CreateNoteTweet
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.apidance.pro/graphql/CreateNoteTweet' \
--header 'apikey: your-apikey' \
--header 'Content-Type: application/json' \
--data-raw '{
"variables": {
"tweet_text": "hello",
"dark_request": false,
"media": {
"media_entities": [],
"possibly_sensitive": false
},
"semantic_annotation_ids": [],
"includePromotedContent": false
}
}'
Response Response Example
{}
Request
Header Params
apikey
string
optional
Default:
your-apikey
Body Params application/json
Responses
Modified at 2024-11-07 11:53:37