Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
cid
或comment_id
或reply_id
。device_id
以及iid
,以便后续调用接口时使用,频繁更换设备信息可能会导致账号异常或封禁。cid
or comment_id
or reply_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",
"reply_id": "7420673787547419435",
"text": "Hello, TikTok!",
"cookie": "Your_Cookie_From_Browser",
"device_id": "",
"iid": "",
"proxy": ""
}
curl --location --request POST 'https://api.tikhub.io/api/v1/tiktok/interaction/reply_comment' \
--header 'Content-Type: application/json' \
--data-raw '{
"aweme_id": "7419966340443819295",
"reply_id": "7420673787547419435",
"text": "Hello, TikTok!",
"cookie": "Your_Cookie_From_Browser",
"device_id": "",
"iid": "",
"proxy": ""
}'
{
"code": 200,
"request_id": "string",
"router": "",
"params": {},
"data": null
}