# SearchSuggestRequest

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    SearchSuggestRequest:
      properties:
        keyword:
          type: string
          title: Keyword
          description: 需要联想的关键词/The keyword to be suggested
          default: 人工智能
      type: object
      title: SearchSuggestRequest
      x-apifox-orders:
        - keyword
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
