curl -X GET "https://api.hooked.ai/v1/trends/videos?platform=tiktok&limit=10" \ -H "x-api-key: your_api_key_here"
{ "success": true, "data": { "videos": [ { "id": "clx123abc", "externalId": "7234567890123456789", "platform": "tiktok", "title": "This fitness hack changed my life #fitness #workout", "thumbnailUrl": "https://cdn.tiktok.com/thumb.jpg", "videoUrl": "https://www.tiktok.com/@creator/video/7234567890123456789", "creator": { "username": "fitnessguru", "displayName": "Fitness Guru", "avatarUrl": "https://cdn.tiktok.com/avatar.jpg", "followers": 1500000, "isVerified": true }, "stats": { "views": 5400000, "likes": 890000, "comments": 12500, "shares": 45000 }, "viralScore": 92.5, "engagementRate": 17.5, "hashtags": ["fitness", "workout", "gym"], "niche": "fitness", "publishedAt": "2024-01-15T10:30:00Z" } ], "total": 150, "limit": 10, "offset": 0 } }
Get currently trending viral videos across platforms
tiktok
youtube
Show data
Show video
isLatestViral
Success