{ "request": { "method": "POST", "url": "https://api.sorsa.io/v3/tweet-info", "headers": { "ApiKey": "YOUR_API_KEY", "Content-Type": "application/json" }, "body": { "link": "https://x.com/SorsaApp/status/1700000000000000000" } }, "response": { "status": 200, "body": { "id_str": "1700000000000000000", "full_text": "Sorsa Score now available via /score.", "created_at": "2026-04-12T15:14:00Z", "favorite_count": 128, "retweet_count": 22, "reply_count": 9, "view_count": 12450, "user": { "id_str": "1234567890", "screen_name": "SorsaApp", "name": "Sorsa" } } } }