{
  "openapi": "3.0.0",
  "info": {
    "title": "抖音巨量星图创作者链接指标 API (V1)",
    "version": "1.0.0",
    "description": "获取抖音巨量星图创作者链接指标数据，包括创作者排名、流量结构和相关性能指标，用于创作者评估、活动规划和市场研究。"
  },
  "paths": {
    "/api/douyin-xingtu/get-kol-link-info/v1": {
      "get": {
        "tags": [
          "抖音巨量星图"
        ],
        "summary": "创作者链接指标",
        "description": "获取抖音巨量星图创作者链接指标数据，包括创作者排名、流量结构和相关性能指标，用于创作者评估、活动规划和市场研究。",
        "operationId": "getKolLinkInfoV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "用户鉴权令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "kolId",
            "in": "query",
            "description": "KOL ID。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "industryTag",
            "in": "query",
            "description": "行业标签。",
            "required": false,
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "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": ""
                    },
                    "cooperate_index": {
                      "avg_value": 75.6,
                      "link_relative_ratio": -0.0007,
                      "rank": "144843",
                      "rank_percent": 0.0179,
                      "value": 75.67
                    },
                    "cp_index": {
                      "avg_value": 64.08,
                      "link_relative_ratio": -0.0036,
                      "rank": "104078",
                      "rank_percent": 0.0128,
                      "value": 66.2
                    },
                    "link_convert_index": {
                      "avg_value": 55.31,
                      "link_relative_ratio": 0.0426,
                      "rank": "116767",
                      "rank_percent": 0.0144,
                      "value": 67.01
                    },
                    "link_shopping_index": {
                      "avg_value": 53.58,
                      "link_relative_ratio": -0.0738,
                      "rank": "47882",
                      "rank_percent": 0.0059,
                      "value": 73.9
                    },
                    "link_spread_index": {
                      "avg_value": 53.29,
                      "link_relative_ratio": -0.0456,
                      "rank": "44183",
                      "rank_percent": 0.0055,
                      "value": 74.25
                    },
                    "link_star_index": {
                      "avg_value": 56.48,
                      "link_relative_ratio": -0.0191,
                      "rank": "44031",
                      "rank_percent": 0.0054,
                      "value": 71.41
                    }
                  }
                }
              }
            }
          }
        },
        "deprecated": true,
        "x-order": "15004000"
      }
    }
  },
  "components": {}
}