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