# ItemSearchKeywordRequest

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    ItemSearchKeywordRequest:
      properties:
        cookie:
          type: string
          title: Cookie
          description: 用户Cookie/User Cookie
          examples:
            - Your_Cookie_Here
        item_id:
          type: string
          title: Item Id
          description: 作品ID/Item ID
          examples:
            - '7559536212910853422'
      type: object
      required:
        - cookie
        - item_id
      title: ItemSearchKeywordRequest
      description: |-
        作品搜索关键词请求模型
        Item Search Keywords Request Model
      x-apifox-orders:
        - cookie
        - item_id
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
