{
  "openapi": "3.0.0",
  "info": {
    "title": "Douyin Creator Marketplace (Xingtu) Author Commerce Spread Info API (V1)",
    "version": "1.0.0",
    "description": "Get Douyin Creator Marketplace (Xingtu) author Commerce Spread Info data, including spread metrics, for creator evaluation for campaign planning and media buying."
  },
  "paths": {
    "/api/douyin-xingtu/get-author-commerce-spread-info/v1": {
      "get": {
        "tags": [
          "Douyin Creator Marketplace (Xingtu)"
        ],
        "summary": "Author Commerce Spread Info",
        "description": "Get Douyin Creator Marketplace (Xingtu) author Commerce Spread Info data, including spread metrics, for creator evaluation for campaign planning and media buying.",
        "operationId": "getAuthorCommerceSpreadInfoV1",
        "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": {
                    "base_resp": {
                      "status_code": 0,
                      "status_message": ""
                    },
                    "cpe_1_20": "1.0721",
                    "cpe_20_60": "1.3908",
                    "cpe_60": "1.5646",
                    "cpm_1_20": "62.1926",
                    "cpm_20_60": "80.6823",
                    "cpm_20_60_rank_percent": "0.02210461512446066",
                    "cpm_60": "90.7676",
                    "modify_time": "1773059274",
                    "sn_cpe_1_20": "2.0244",
                    "sn_cpe_20_60": "2.6263",
                    "sn_cpe_60": "2.9545",
                    "sn_cpm_1_20": "94.435",
                    "sn_cpm_20_60": "122.5102",
                    "sn_cpm_60": "137.824",
                    "sn_vv": "391804",
                    "vv": "594926"
                  }
                }
              }
            }
          }
        },
        "x-order": "15005000"
      }
    }
  },
  "components": {}
}