# Body_fetch_user_collection_videos_api_v1_douyin_web_fetch_user_collection_videos_post

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    Body_fetch_user_collection_videos_api_v1_douyin_web_fetch_user_collection_videos_post:
      properties:
        cookie:
          type: string
          title: Cookie
          description: 用户网页版抖音Cookie/Your web version of Douyin Cookie
        max_cursor:
          type: integer
          title: Max Cursor
          description: 最大游标/Maximum cursor
          default: 0
        counts:
          type: integer
          title: Counts
          description: 每页数量/Number per page
          default: 20
      type: object
      required:
        - cookie
      title: >-
        Body_fetch_user_collection_videos_api_v1_douyin_web_fetch_user_collection_videos_post
      x-apifox-orders:
        - cookie
        - max_cursor
        - counts
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
