{
  "openapi": "3.0.0",
  "info": {
    "title": "抖音巨量星图转化分析 API (V1)",
    "version": "1.0.0",
    "description": "获取抖音巨量星图转化分析数据，包括转化效率和商业性能指标，用于创作者评估、活动规划和市场研究。"
  },
  "paths": {
    "/api/douyin-xingtu/get-kol-convert-ability/v1": {
      "get": {
        "tags": [
          "抖音巨量星图"
        ],
        "summary": "转化分析",
        "description": "获取抖音巨量星图转化分析数据，包括转化效率和商业性能指标，用于创作者评估、活动规划和市场研究。",
        "operationId": "getKolConvertAbilityV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "用户鉴权令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "kolId",
            "in": "query",
            "description": "KOL ID。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "range",
            "in": "query",
            "description": "时间范围。\n\n可用值：\n- `_1`: 最近 7 天\n- `_2`: 最近 30 天\n- `_3`: 最近 90 天",
            "required": true,
            "schema": {
              "type": "string",
              "description": "KOL convert ability time range",
              "enum": [
                "_1",
                "_2",
                "_3"
              ]
            }
          },
          {
            "name": "acceptCache",
            "in": "query",
            "description": "启用缓存。",
            "required": false,
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "default": {
            "description": "默认响应",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "avg_sales_amount_range": "-",
                    "base_resp": {
                      "status_code": 0,
                      "status_message": ""
                    },
                    "component_click_cnt_range": "-",
                    "component_click_rate_range": "-",
                    "gpm_range": "-",
                    "rec_product_price_range": "-",
                    "related_cpc_range": "-"
                  }
                }
              }
            }
          }
        },
        "deprecated": true,
        "x-order": "15003800"
      }
    }
  },
  "components": {}
}