{
  "openapi": "3.0.0",
  "info": {
    "title": "抖音巨量星图创作者可见性状态 API (V1)",
    "version": "1.0.0",
    "description": "获取抖音巨量星图创作者可见性状态数据，包括可用状态、发现资格和活动显示信号，用于创作者评估、活动规划和市场研究。"
  },
  "paths": {
    "/api/douyin-xingtu/gw/api/data_sp/check_author_display/v1": {
      "get": {
        "tags": [
          "抖音巨量星图"
        ],
        "summary": "创作者可见性状态",
        "description": "获取抖音巨量星图创作者可见性状态数据，包括可用状态、发现资格和活动显示信号，用于创作者评估、活动规划和市场研究。",
        "operationId": "gwApiDataSpCheckAuthorDisplayV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "用户鉴权令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "oAuthorId",
            "in": "query",
            "description": "作者唯一ID。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "platform",
            "in": "query",
            "description": "平台类型。\n\n可用值：\n- `SHORT_VIDEO`: 短视频\n- `LIVE_STREAMING`: 直播\n- `PICTURE_TEXT`: 图文\n- `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": "默认响应",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "base_resp": {
                      "status_code": 0,
                      "status_message": ""
                    },
                    "can_receive": true,
                    "follower": 42796417,
                    "link_cnt": 9910886,
                    "release_videos_cnt": 4
                  }
                }
              }
            }
          }
        },
        "x-order": "15001200"
      }
    }
  },
  "components": {}
}