Skip to main content
POST
/
twitter
/
tweets
/
{tweet_id}
/
bookmark
Add Bookmark
curl --request POST \
  --url https://api.apitwitter.com/twitter/tweets/{tweet_id}/bookmark \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "cookie": "<string>",
  "proxy": "<string>"
}
'
{
  "status": "success",
  "msg": "Bookmark added"
}

Authorizations

X-API-Key
string
header
required

Your API key

Path Parameters

tweet_id
string
required

ID of the tweet to bookmark

Body

application/json

Twitter auth cookie

proxy
string
required

Proxy URL to use for the request (HTTP or SOCKS5)

Response

Tweet bookmarked

status
string

Response status

Example:

"success"

msg
string

Response message

data
any

Response data