# Body_fetch_home_feed_api_v1_tiktok_web_fetch_home_feed_post

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    Body_fetch_home_feed_api_v1_tiktok_web_fetch_home_feed_post:
      properties:
        count:
          type: integer
          title: Count
          description: 每页数量/Number per page
          default: 15
        cookie:
          type: string
          title: Cookie
          description: >-
            用户自己的cookie，可选参数，用于接口返回数据的个性化推荐。/ User's own cookie, optional
            parameter, used for personalized recommendations of interface return
            data.
        region:
          type: string
          title: Region
          description: >-
            地区代码，可选参数，影响推荐内容所属地区，如 US/GB/JP/KR/SG 等，默认 US。/ Region code,
            optional, affects the region of recommended content, e.g.
            US/GB/JP/KR/SG, default US.
          default: US
      type: object
      title: Body_fetch_home_feed_api_v1_tiktok_web_fetch_home_feed_post
      x-apifox-orders:
        - count
        - cookie
        - region
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
