{
  "openapi": "3.0.0",
  "info": {
    "title": "Xiaohongshu Creator Marketplace (Pugongying) Creator Performance Overview API (V2)",
    "version": "1.0.0",
    "description": "Get Xiaohongshu Creator Marketplace (Pugongying) creator Performance Overview data, including audience, content performance, and commercial indicators, for quick evaluation."
  },
  "paths": {
    "/api/xiaohongshu-pgy/get-kol-data-summary/v2": {
      "get": {
        "tags": [
          "Xiaohongshu Creator Marketplace (Pugongying)"
        ],
        "summary": "Creator Performance Overview",
        "description": "Get Xiaohongshu Creator Marketplace (Pugongying) creator Performance Overview data, including audience, content performance, and commercial indicators, for quick evaluation.",
        "operationId": "getKolDataSummaryV2",
        "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": "business",
            "in": "query",
            "description": "Business type.\n\nAvailable Values:\n- `_0`: Normal notes\n- `_1`: Cooperation notes",
            "required": true,
            "schema": {
              "type": "string",
              "description": "KOL data summary business type",
              "enum": [
                "_0",
                "_1"
              ]
            }
          },
          {
            "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": {
                    "dateKey": "2026-03-08",
                    "noteNumber": 0,
                    "noteType": [],
                    "tradeNames": [],
                    "readMedian": 0,
                    "readMedianBeyondRate": "0.0",
                    "interactionMedian": 0,
                    "interactionBeyondRate": "0.0",
                    "activeDayInLast7": 0,
                    "isActive": false,
                    "responseRate": "0.0",
                    "inviteNum": 1,
                    "easyConnect": false,
                    "pictureReadCost": "0.0",
                    "pictureReadBeyondRate": "0.0",
                    "videoReadCost": "0.0",
                    "videoReadBeyondRate": "0.0",
                    "fans30GrowthRate": "-0.1",
                    "fans30GrowthBeyondRate": "26.8",
                    "mengagementNum": 0,
                    "mEngagementNum": 0
                  }
                }
              }
            }
          }
        },
        "deprecated": true,
        "x-order": "13003100"
      }
    }
  },
  "components": {}
}