{
  "openapi": "3.0.0",
  "info": {
    "title": "Douyin Creator Marketplace (Xingtu) KOL Comment Keyword Analysis API (V1)",
    "version": "1.0.0",
    "description": "Get Douyin Creator Marketplace (Xingtu) kOL Comment Keyword Analysis data, including core metrics, trend signals, and performance indicators, for audience language analysis and comment-topic research."
  },
  "paths": {
    "/api/douyin-xingtu/get-author-hot-comment-tokens/v1": {
      "get": {
        "tags": [
          "Douyin Creator Marketplace (Xingtu)"
        ],
        "summary": "KOL Comment Keyword Analysis",
        "description": "Get Douyin Creator Marketplace (Xingtu) kOL Comment Keyword Analysis data, including core metrics, trend signals, and performance indicators, for audience language analysis and comment-topic research.",
        "operationId": "getAuthorHotCommentTokensV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "User authentication token.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "kolId",
            "in": "query",
            "description": "KOL ID.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "acceptCache",
            "in": "query",
            "description": "Enable cache.",
            "required": false,
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "default": {
            "description": "default response",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "base_resp": {
                      "status_code": 0,
                      "status_message": "Success"
                    },
                    "hot_comment_tokens": [
                      {
                        "comment_token": "老板",
                        "hot_rate": 934
                      },
                      {
                        "comment_token": "员工",
                        "hot_rate": 623
                      },
                      {
                        "comment_token": "公司",
                        "hot_rate": 617
                      },
                      {
                        "comment_token": "笑总",
                        "hot_rate": 294
                      },
                      {
                        "comment_token": "视频",
                        "hot_rate": 281
                      },
                      {
                        "comment_token": "变态",
                        "hot_rate": 236
                      },
                      {
                        "comment_token": "资本家",
                        "hot_rate": 195
                      },
                      {
                        "comment_token": "阿尔法",
                        "hot_rate": 183
                      },
                      {
                        "comment_token": "广告",
                        "hot_rate": 174
                      },
                      {
                        "comment_token": "资本",
                        "hot_rate": 148
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "x-order": "15004800"
      }
    }
  },
  "components": {}
}