cURL
curl --request GET \ --url https://yoinkit.ai/api/v1/openclaw/api/v1/openclaw/tiktok/hashtags \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "list": [ {} ] }, "meta": {} }
Get popular TikTok hashtags with trend data
Show Hashtags data properties
curl -X GET "https://yoinkit.ai/api/v1/openclaw/tiktok/hashtags?limit=10" \ -H "Authorization: Bearer YOUR_API_TOKEN"
{ "success": true, "data": { "success": true, "credits_remaining": 100, "list": [ { "hashtag_id": "1601724235290629", "hashtag_name": "2026", "country_info": { "id": "US", "value": "United States", "label": "US" }, "is_promoted": false, "trend": [ { "time": 1767225600, "value": 0.28 }, { "time": 1767312000, "value": 0.53 } ] } ] }, "meta": { "platform": "tiktok", "endpoint": "hashtags", "credits_used": 1, "request_id": "req_abc123def456" } }