POST
/tweet/favorite$0.0015 / callLike Tweet
Like a tweet as the authenticated account. Requires a logged-in session for the acting account. Billed at $0.0015 per call.
Request
curl -X POST "https://api.twitterapis.com/tweet/favorite" \
-H "Authorization: Bearer $TWITTERAPIS_KEY" \
-H "Content-Type: application/json" \
-d '{"tweet_id": "1759123456789012345"}'Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
tweet_id | string | required | Numeric ID of the tweet to like. Example: |
Response
| Field | Type | Description |
|---|---|---|
status | string | "success" when the like is recorded. |
Example response
{
"status": "success"
}Pricing for this endpoint
tweet/favorite costs $0.0015 per call and returns ~20 tweets, so roughly $0.04 per 1,000 tweets. No subscriptions or minimum spend.