Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
device_id
以及iid
,以便后续调用接口时使用,频繁更换设备信息可能会导致账号异常或封禁。/api/v1/tiktok/web/get_sec_user_id
.device_id
and iid
used when requesting, for subsequent calls to the interface, frequent replacement of device information may cause account exceptions or bans.
Authorization: Bearer ********************
{
"aweme_id": "7419966340443819295",
"cookie": "Your_Cookie_From_Browser",
"device_id": "",
"iid": "",
"proxy": ""
}
curl --location --request POST 'https://api.tikhub.io/api/v1/tiktok/interaction/forward' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"aweme_id": "7419966340443819295",
"cookie": "Your_Cookie_From_Browser",
"device_id": "",
"iid": "",
"proxy": ""
}'
{
"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-30 00:21:29",
"time_stamp": 1759216889,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}