{
  "openapi": "3.0.0",
  "info": {
    "title": "抖音巨量星图创作者表现概览 API (V1)",
    "version": "1.0.0",
    "description": "获取抖音巨量星图创作者性能概览数据，包括受众、内容性能和商业指标，用于快速评估。"
  },
  "paths": {
    "/api/douyin-xingtu/get-kol-spread-info/v1": {
      "get": {
        "tags": [
          "抖音巨量星图"
        ],
        "summary": "创作者表现概览",
        "description": "获取抖音巨量星图创作者性能概览数据，包括受众、内容性能和商业指标，用于快速评估。",
        "operationId": "getKolSpreadInfoV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "用户鉴权令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "kolId",
            "in": "query",
            "description": "KOL ID。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "description": "传播信息类型。\n\n可用值：\n- `_1`: 个人视频\n- `_2`: 星图视频",
            "required": false,
            "schema": {
              "type": "string",
              "default": "_1",
              "description": "KOL spread info type",
              "enum": [
                "_1",
                "_2"
              ]
            }
          },
          {
            "name": "range",
            "in": "query",
            "description": "时间范围。\n\n可用值：\n- `_2`: 最近30天\n- `_3`: 最近90天",
            "required": false,
            "schema": {
              "type": "string",
              "default": "_2",
              "description": "KOL spread info time range",
              "enum": [
                "_2",
                "_3"
              ]
            }
          },
          {
            "name": "flowType",
            "in": "query",
            "description": "流量类型。",
            "required": false,
            "schema": {
              "type": "string",
              "default": "1"
            }
          },
          {
            "name": "onlyAssign",
            "in": "query",
            "description": "仅指定笔记。",
            "required": false,
            "schema": {
              "type": "boolean",
              "default": false
            }
          },
          {
            "name": "acceptCache",
            "in": "query",
            "description": "启用缓存。",
            "required": false,
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "default": {
            "description": "默认响应",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "avg_duration": "2600",
                    "base_resp": {
                      "status_code": 0,
                      "status_message": ""
                    },
                    "comment_avg": "4192",
                    "expect_cpe": {
                      "cpe_1_20": "254",
                      "cpe_21_60": "635",
                      "cpe_60": "635"
                    },
                    "expect_cpm": {
                      "cpm_1_20": "5657",
                      "cpm_21_60": "14140",
                      "cpm_60": "14140"
                    },
                    "interact_rate": {
                      "label": "剧情搞笑",
                      "overtake": 5973,
                      "value": 244
                    },
                    "item_num": "3",
                    "item_rate": {
                      "interact_rate": {},
                      "item_num": {
                        "label": "",
                        "overtake": 10800,
                        "value": 3
                      },
                      "play_mid": {
                        "label": "",
                        "overtake": 9993,
                        "value": 3642403
                      }
                    },
                    "like_avg": "95028",
                    "play_mid": "3642403",
                    "play_over_rate": {
                      "label": "剧情搞笑",
                      "overtake": 6400,
                      "value": 1113
                    },
                    "play_stability": {
                      "label": "剧情搞笑",
                      "overtake": 8865,
                      "value": 540887
                    },
                    "sales_expect_cpm": {
                      "cpm_1_20": "6619",
                      "cpm_21_60": "16543",
                      "cpm_60": "16543"
                    },
                    "share_avg": "9637"
                  }
                }
              }
            }
          }
        },
        "deprecated": true,
        "x-order": "15003500"
      }
    }
  },
  "components": {}
}