{
  "openapi": "3.0.0",
  "info": {
    "title": "抖音巨量星图创作者链接结构 API (V1)",
    "version": "1.0.0",
    "description": "获取抖音巨量星图创作者链接结构数据，包括参与度和转化指标，用于创作者表现分析。"
  },
  "paths": {
    "/api/douyin-xingtu/gw/api/data_sp/author_link_struct/v1": {
      "get": {
        "tags": [
          "抖音巨量星图"
        ],
        "summary": "创作者链接结构",
        "description": "获取抖音巨量星图创作者链接结构数据，包括参与度和转化指标，用于创作者表现分析。",
        "operationId": "gwApiDataSpAuthorLinkStructV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "用户鉴权令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "oAuthorId",
            "in": "query",
            "description": "作者唯一ID。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "platform",
            "in": "query",
            "description": "平台类型。\n\n可用值：\n- `SHORT_VIDEO`: 短视频\n- `LIVE_STREAMING`: 直播\n- `PICTURE_TEXT`: 图文\n- `SHORT_DRAMA`: 短剧",
            "required": false,
            "schema": {
              "type": "string",
              "default": "SHORT_VIDEO",
              "description": "Platform type",
              "enum": [
                "SHORT_VIDEO",
                "LIVE_STREAMING",
                "PICTURE_TEXT",
                "SHORT_DRAMA"
              ]
            }
          }
        ],
        "responses": {
          "default": {
            "description": "默认响应",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "author_link_type": "传播",
                    "base_resp": {
                      "status_code": 0,
                      "status_message": ""
                    },
                    "link_struct": {
                      "1": {
                        "proportion": 0.6849416893706577,
                        "same_industry_median": 7445493,
                        "value": 6788379
                      },
                      "2": {
                        "proportion": 0.21302010738495025,
                        "same_industry_median": 4294856,
                        "value": 2111218
                      },
                      "3": {
                        "proportion": 0.10203820324439207,
                        "same_industry_median": 1839858,
                        "value": 1011289
                      },
                      "4": {
                        "proportion": 0,
                        "same_industry_median": 0,
                        "value": 0
                      },
                      "5": {
                        "rank_percent": 0.0459,
                        "relative_ratio": 0.8811,
                        "value": 9910886
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-order": "15001100"
      }
    }
  },
  "components": {}
}