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
,以便后续调用接口时使用,频繁更换设备信息可能会导致账号异常或封禁。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",
"text": "Hello, TikTok!",
"cookie": "Your_Cookie_From_Browser",
"device_id": "",
"iid": "",
"proxy": ""
}
curl --location --request POST 'https://api.tikhub.io/api/v1/tiktok/interaction/post_comment' \
--header 'Content-Type: application/json' \
--data-raw '{
"aweme_id": "7419966340443819295",
"text": "Hello, TikTok!",
"cookie": "Your_Cookie_From_Browser",
"device_id": "",
"iid": "",
"proxy": ""
}'
{
"code": 200,
"router": "",
"params": {},
"data": null
}