cURL
curl --request GET \ --url https://yoinkit.ai/api/v1/openclaw/api/v1/openclaw/twitter/tweet \ --header 'Authorization: Bearer <token>'
Get detailed information about a specific tweet including engagement
https://twitter.com/elonmusk/status/1628769691547074562
curl -X GET "https://yoinkit.ai/api/v1/openclaw/twitter/tweet?url=https://twitter.com/elonmusk/status/1628769691547074562" \ -H "Authorization: Bearer YOUR_API_TOKEN"
{ "success": true, "data": { "__typename": "Tweet", "rest_id": "1628769691547074562", "legacy": { "full_text": "...", "favorite_count": 123, "retweet_count": 45, "reply_count": 12 } }, "meta": { "platform": "twitter", "endpoint": "tweet", "request_id": "req_abc123" } }
Response data is returned directly from the Yoinkit API.