Douyin modelsapi generation api

douyin/xingtu-v2/author-homepage-videos

Get creator homepage video list with pagination, including interaction rate, finish rate and content theme labels per item Can filter by star(sponsored) items and publish time range Differs from `get_author_show_items`:...

Input
Idle

Example output — click Run to generate your own

API README

Get Author Homepage Videos

Purpose:

  • Get creator homepage video list with pagination, including interaction rate, finish rate and content theme labels per item
  • Can filter by star(sponsored) items and publish time range
  • Differs from get_author_show_items: paginated and filterable, returns total count
  • Price: 0.002$ / time Parameters:
  • o_author_id: Creator ID
  • page: Page number, default 1
  • is_star_item: 1=star items only, 0=non-star only, omit=all
  • start_time: Publish start time, unix seconds, optional
  • end_time: Publish end time, unix seconds, optional Return:
  • Video list data (items + pagination with total_count / has_more)

[Example]

o_author_id = "7029342444797820939" page = 1 is_star_item = 1

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Related Models