{
  "openapi": "3.0.0",
  "info": {
    "title": "小红书蒲公英相似创作者 API (V1)",
    "version": "1.0.0",
    "description": "获取小红书蒲公英相似创作者数据，包括受众信号，用于创作者发现、对标和候选名单构建。"
  },
  "paths": {
    "/api/xiaohongshu-pgy/api/solar/kol/get_similar_kol/v1": {
      "get": {
        "tags": [
          "小红书蒲公英"
        ],
        "summary": "相似创作者",
        "description": "获取小红书蒲公英相似创作者数据，包括受众信号，用于创作者发现、对标和候选名单构建。",
        "operationId": "apiSolarKolGetSimilarKolV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "用户鉴权令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userId",
            "in": "query",
            "description": "KOL的用户ID。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageNum",
            "in": "query",
            "description": "结果页码。",
            "required": false,
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          }
        ],
        "responses": {
          "default": {
            "description": "默认响应",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "kols": [],
                    "total": 0,
                    "trackId": "kolSimilar_a615ca9d9eac4b8dade6f34bc9750b11",
                    "highlightWords": [],
                    "resultType": 0,
                    "redirect2NickSearch": false
                  }
                }
              }
            }
          }
        },
        "x-order": "13001400"
      }
    }
  },
  "components": {}
}