Parameters
TikTok handle (e.g., stoolpresidente)
TikTok user id. Use this for faster responses. (e.g., 6659752019493208069)
What to sort by (e.g., latest)
Example Request
curl -X GET "https://yoinkit.ai/api/v1/openclaw/tiktok/user/videos?handle=stoolpresidente" \
-H "Authorization: Bearer YOUR_API_TOKEN"
Example Response
{
"success": true,
"data": {
"aweme_list": [
{
"aweme_id": "...",
"desc": "...",
"statistics": {
"digg_count": 123,
"comment_count": 45,
"play_count": 67890
}
}
]
},
"meta": {
"platform": "tiktok",
"endpoint": "user-videos",
"request_id": "req_abc123"
}
}
Response data is returned directly from the Yoinkit API.
Note
Rates and quotas may apply based on your Yoinkit subscription.