curl --request GET \
--url https://yoinkit.ai/api/v1/openclaw/api/v1/openclaw/tiktok/trending \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"aweme_list": [
{}
]
},
"meta": {}
}Get trending TikTok videos for a specific country
curl --request GET \
--url https://yoinkit.ai/api/v1/openclaw/api/v1/openclaw/tiktok/trending \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"aweme_list": [
{}
]
},
"meta": {}
}US, GB, CA)Show Trending data properties
curl -X GET "https://yoinkit.ai/api/v1/openclaw/tiktok/trending?country=US" \
-H "Authorization: Bearer YOUR_API_TOKEN"
{
"success": true,
"data": {
"aweme_list": [
{
"aweme_id": "7540000301621841183",
"desc": "#hudsonvalley #fallgetaway #farm #upstateny #resort",
"desc_language": "un",
"region": "US",
"statistics": {
"aweme_id": "7540000301621841183",
"comment_count": 646,
"digg_count": 71423,
"download_count": 130,
"play_count": 1443873,
"share_count": 8440,
"collect_count": 21957
}
}
]
},
"meta": {
"platform": "tiktok",
"endpoint": "trending",
"credits_used": 1,
"request_id": "req_abc123def456"
}
}