{
  "openapi": "3.0.0",
  "info": {
    "title": "Douyin Creator Marketplace (Xingtu) Conversion Resources API (V1)",
    "version": "1.0.0",
    "description": "Get Douyin Creator Marketplace (Xingtu) conversion Resources data, including products tied to a Douyin Xingtu creator's conversion activity, for commerce analysis and campaign optimization."
  },
  "paths": {
    "/api/douyin-xingtu/get-kol-convert-videos-or-products/v1": {
      "get": {
        "tags": [
          "Douyin Creator Marketplace (Xingtu)"
        ],
        "summary": "Conversion Resources",
        "description": "Get Douyin Creator Marketplace (Xingtu) conversion Resources data, including products tied to a Douyin Xingtu creator's conversion activity, for commerce analysis and campaign optimization.",
        "operationId": "getKolConvertVideosOrProductsV1",
        "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": "detailType",
            "in": "query",
            "description": "Resource type.\n\nAvailable Values:\n- `_1`: Video Data\n- `_2`: Product Data",
            "required": true,
            "schema": {
              "type": "string",
              "description": "KOL convert details resource type",
              "enum": [
                "_1",
                "_2"
              ]
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "Page number.",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "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": ""
                    },
                    "pagination": {
                      "has_more": false,
                      "limit": 10,
                      "page": 1,
                      "total_count": 0
                    },
                    "video_list": []
                  }
                }
              }
            }
          }
        },
        "deprecated": true,
        "x-order": "15004100"
      }
    }
  },
  "components": {}
}