{
  "openapi": "3.0.0",
  "info": {
    "title": "抖音巨量星图KOL 内容关键词分析 API (V1)",
    "version": "1.0.0",
    "description": "获取抖音巨量星图KOL内容关键词分析数据，包括核心指标、趋势信号和性能指标，用于内容主题分析和创作者定位研究。"
  },
  "paths": {
    "/api/douyin-xingtu/get-author-content-hot-keywords/v1": {
      "get": {
        "tags": [
          "抖音巨量星图"
        ],
        "summary": "KOL 内容关键词分析",
        "description": "获取抖音巨量星图KOL内容关键词分析数据，包括核心指标、趋势信号和性能指标，用于内容主题分析和创作者定位研究。",
        "operationId": "getAuthorContentHotKeywordsV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "用户鉴权令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "kolId",
            "in": "query",
            "description": "KOL ID。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keywordType",
            "in": "query",
            "description": "关键词类型。",
            "required": false,
            "schema": {
              "type": "string",
              "default": "0"
            }
          },
          {
            "name": "acceptCache",
            "in": "query",
            "description": "启用缓存。",
            "required": false,
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "default": {
            "description": "默认响应",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "base_resp": {
                      "status_code": 0,
                      "status_message": ""
                    },
                    "keyword_item_distribution": {},
                    "keyword_map": {}
                  }
                }
              }
            }
          }
        },
        "x-order": "15004900"
      }
    }
  },
  "components": {}
}