Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
{
"code": 200,
"data": {
"ok": 1,
"data": {
"list": [
{
"收藏夹ID": "string",
"收藏夹名称": "string",
"收藏夹描述": "string",
"视频数量": "number",
"创建时间": "string",
"更新时间": "string",
"封面图片": "string"
}
],
"total_count": "收藏夹总数"
}
}
}
Authorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/weibo/web_v2/fetch_user_video_collection_list?uid=7277477906' \
--header 'Authorization: Bearer <token>'
{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "2025-09-16 03:14:36",
"time_stamp": 1758017676,
"time_zone": "America/Los_Angeles",
"docs": "string",
"router": "",
"params": {},
"data": null
}