{
  "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/gw/api/data_sp/author_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": "gwApiDataSpAuthorLinkStructV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "User authentication token.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "oAuthorId",
            "in": "query",
            "description": "Author's unique ID.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "platform",
            "in": "query",
            "description": "Platform type.\n\nAvailable Values:\n- `SHORT_VIDEO`: Short video\n- `LIVE_STREAMING`: Live streaming\n- `PICTURE_TEXT`: Picture and text\n- `SHORT_DRAMA`: 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": "default response",
            "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": {}
}