{
  "openapi": "3.0.0",
  "info": {
    "title": "Douyin Creator Marketplace (Xingtu) Creator Link Structure API (V1)",
    "version": "1.0.0",
    "description": "Get Douyin Creator Marketplace (Xingtu) creator Link Structure data, including engagement and conversion metrics, for creator performance analysis."
  },
  "paths": {
    "/api/douyin-xingtu/get-kol-link-struct/v1": {
      "get": {
        "tags": [
          "Douyin Creator Marketplace (Xingtu)"
        ],
        "summary": "Creator Link Structure",
        "description": "Get Douyin Creator Marketplace (Xingtu) creator Link Structure data, including engagement and conversion metrics, for creator performance analysis.",
        "operationId": "getKolLinkStructV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "User authentication token.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "kolId",
            "in": "query",
            "description": "KOL ID.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "acceptCache",
            "in": "query",
            "description": "Enable cache.",
            "required": false,
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "default": {
            "description": "default response",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "author_link_type": "传播",
                    "base_resp": {
                      "status_code": 0,
                      "status_message": ""
                    },
                    "link_struct": {
                      "1": {
                        "proportion": 0.6854154336548066,
                        "same_industry_median": 7410575,
                        "value": 6769084
                      },
                      "2": {
                        "proportion": 0.21298982319052925,
                        "same_industry_median": 4272385,
                        "value": 2103463
                      },
                      "3": {
                        "proportion": 0.10159474315466412,
                        "same_industry_median": 1826893,
                        "value": 1003338
                      },
                      "4": {
                        "proportion": 0,
                        "same_industry_median": 0,
                        "value": 0
                      },
                      "5": {
                        "rank_percent": 0.0461,
                        "relative_ratio": 0.7881,
                        "value": 9875885
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "deprecated": true,
        "x-order": "15004200"
      }
    }
  },
  "components": {}
}