{
  "openapi": "3.0.0",
  "info": {
    "title": "Douyin Creator Marketplace (Xingtu) Cost Performance Analysis API (V1)",
    "version": "1.0.0",
    "description": "Get Douyin Creator Marketplace (Xingtu) cost Performance Analysis data, including pricing, exposure, and engagement efficiency indicators, for creator evaluation, campaign planning, and marketplace research."
  },
  "paths": {
    "/api/douyin-xingtu/gw/api/data_sp/author_cp_info/v1": {
      "get": {
        "tags": [
          "Douyin Creator Marketplace (Xingtu)"
        ],
        "summary": "Cost Performance Analysis",
        "description": "Get Douyin Creator Marketplace (Xingtu) cost Performance Analysis data, including pricing, exposure, and engagement efficiency indicators, for creator evaluation, campaign planning, and marketplace research.",
        "operationId": "gwApiDataSpAuthorCpInfoV1",
        "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": {
                    "base_resp": {
                      "status_code": 0,
                      "status_message": ""
                    },
                    "expect_cpe": {
                      "cpe_1_20": "253",
                      "cpe_21_60": "633",
                      "cpe_60": "633"
                    },
                    "expect_cpm": {
                      "cpm_1_20": "5618",
                      "cpm_21_60": "14043",
                      "cpm_60": "14043"
                    },
                    "expect_vv": {
                      "value": 4693149
                    },
                    "hot_item": {
                      "value": 1200
                    }
                  }
                }
              }
            }
          }
        },
        "x-order": "15002300"
      }
    }
  },
  "components": {}
}