# AuthorDiagnosisRequest

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    AuthorDiagnosisRequest:
      properties:
        cookie:
          type: string
          title: Cookie
          description: 用户Cookie/User Cookie
          examples:
            - Your_Cookie_Here
      type: object
      required:
        - cookie
      title: AuthorDiagnosisRequest
      description: >-
        创作者账号诊断请求模型

        Author Diagnosis Request Model


        此接口无需额外参数，自动获取最近一周（从当天起往前7天）的账号诊断数据

        This API requires no additional parameters, automatically fetches
        diagnosis data for the past 7 days
      x-apifox-orders:
        - cookie
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
