# ImageSearchV3Request

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    ImageSearchV3Request:
      properties:
        keyword:
          type: string
          title: Keyword
          description: 搜索关键词/Search keyword
        cursor:
          type: integer
          title: Cursor
          description: 翻页游标/Pagination cursor
          default: 0
        search_id:
          type: string
          title: Search Id
          description: 搜索ID/Search ID for pagination
          default: ''
      type: object
      required:
        - keyword
      title: ImageSearchV3Request
      x-apifox-orders:
        - keyword
        - cursor
        - search_id
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
