# LiveRoomBatchCheckRequest

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    LiveRoomBatchCheckRequest:
      properties:
        room_ids:
          items:
            type: string
          type: array
          title: Room Ids
          description: 多个直播间ID组成的数组 / List of TikTok live room IDs
          default:
            - '7494491933781003054'
            - '7494514925034113835'
            - '7494520590523517739'
      type: object
      title: LiveRoomBatchCheckRequest
      x-apifox-orders:
        - room_ids
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
