# Body_get_recommend_for_star_authors_api_v1_douyin_xingtu_v2_get_recommend_for_star_authors_post

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    Body_get_recommend_for_star_authors_api_v1_douyin_xingtu_v2_get_recommend_for_star_authors_post:
      properties:
        author_ids:
          items:
            type: string
          type: array
          title: Author Ids
          description: 创作者ID列表/List of creator author IDs
        similar_type:
          type: string
          title: Similar Type
          description: 相似类型/Similarity type
          default: content
        page:
          type: integer
          title: Page
          description: 页码/Page number
          default: 1
      type: object
      required:
        - author_ids
      title: >-
        Body_get_recommend_for_star_authors_api_v1_douyin_xingtu_v2_get_recommend_for_star_authors_post
      x-apifox-orders:
        - author_ids
        - similar_type
        - page
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
