获取创作者账号健康状态/Get Creator Account Health Status

TikTokapi

About

获取创作者账号健康状态/Get Creator Account Health Status

Documentation

获取创作者账号健康状态/Get Creator Account Health Status

[中文]

用途:

  • 获取 TikTok Shop 创作者账号的健康状况信息,包括过去 90 天内的健康评分(风险等级)以及当前累计的违规积分数量。
  • 关于违规积分:
    • 违规积分是 TikTok 用于衡量账号健康状况的重要指标。
    • 违规积分越高,账号健康状况越差,可能面临限流、禁播、封禁等处罚。
    • 违规积分将直接影响账号的曝光量和推荐量。

累计违规积分对应的惩罚等级:

分数范围惩罚措施惩罚时长
9-11警告(Warning)
12-14暂停电商权限(视频、直播、商品展示功能)24 小时
15-17暂停电商权限48 小时
18-20暂停电商权限72 小时
21-23暂停电商权限1 周
24 及以上永久移除电商权限,封禁 TikTok Shop 创作者账号永久禁用

备注:

  • 此接口仅适用于已开通 TikTok Shop 的创作者账号。

参数:

  • cookie: 用户 Cookie 字符串(用于身份认证)
  • proxy: 可选 HTTP 代理地址,如不使用可省略
    • 示例格式: http://username:password@host:port

返回:

  • risk_info(健康状态信息):
    • risk_level_text: 当前风险等级描述(如 Healthy)
    • light_color: 健康状态浅色展示色值(rgba 格式)
    • dark_color: 健康状态深色展示色值(rgba 格式)
  • vio_score_rule_learn_url: 查看违规积分规则说明的链接
  • is_show_score: 是否展示违规积分(布尔值)
  • violation_score: 当前违规积分数量
  • creator_status: 创作者账号状态码(0=正常)

[English]

Purpose:

  • Retrieve the health status of a TikTok Shop creator account, including the health score over the past 90 days and the current number of accumulated violation points.
  • About violation points:
    • Violation points are key metrics used by TikTok to measure the health of a creator account.
    • Higher violation points indicate worse account health, and may lead to restrictions such as reduced exposure, suspension, or account bans.
    • Violation points directly impact the account’s visibility and recommendation on the platform.

Punishment Levels for Accumulated Violation Points:

Score RangePunishment MeasuresDuration
9-11WarningNone
12-14E-commerce permissions suspended (video, live, product showcase)24 hours
15-17E-commerce permissions suspended48 hours
18-20E-commerce permissions suspended72 hours
21-23E-commerce permissions suspended1 week
24+Permanent removal of e-commerce permissions and banning of TikTok Shop creator accountPermanently disabled

Notes:

  • This API is only applicable to TikTok Shop creator accounts.

Parameters:

  • cookie: User Cookie string for authentication
  • proxy: Optional HTTP proxy address, can be omitted if not needed
    • Example format: http://username:password@host:port

Response:

  • risk_info: Account health status:
    • risk_level_text: Current health level description (e.g., Healthy)
    • light_color: Light color code for health level display (RGBA format)
    • dark_color: Dark color code for health level display (RGBA format)
  • vio_score_rule_learn_url: URL to learn more about violation point rules
  • is_show_score: Whether to display violation points (boolean)
  • violation_score: Current violation score
  • creator_status: Creator account status code (0 = normal)

[示例/Example]

payload = {
    "cookie": "your_cookie"
}

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取创作者账号健康状态/Get Creator Account Health Status

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models