# VIPVideoModel

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    VIPVideoModel:
      properties:
        bv_id:
          type: string
          title: Bv Id
          description: 作品id/Video id
          examples:
            - BV1y7411Q7Eq
        cid:
          type: string
          title: Cid
          description: 作品cid/Video cid
          examples:
            - '171776208'
        cookie:
          type: string
          title: Cookie
          description: 大会员用户Cookie/VIP User Cookie
          examples:
            - your_vip_bilibili_cookie
      type: object
      required:
        - bv_id
        - cid
        - cookie
      title: VIPVideoModel
      x-apifox-orders:
        - bv_id
        - cid
        - cookie
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
