# YouTubeFeatureAPI

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    YouTubeFeatureAPI:
      type: string
      enum:
        - live
        - 4k
        - hd
        - subtitles
        - creative_commons
        - '360'
        - vr180
        - 3d
        - hdr
        - location
        - purchased
      title: YouTubeFeatureAPI
      description: YouTube特征过滤 - API显示版本
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
