Douyin modelsapi generation api

douyin/index/content-creative-duration

Get video duration distribution for a category Helps understand creators' preferred video lengths in this category

Input
Idle

Example output — click Run to generate your own

API README

Content creative duration

Purpose:

  • Get video duration distribution for a category
  • Helps understand creators' preferred video lengths in this category Parameters:
  • tag_id: Category ID (required, does NOT support 0=all, must pass a specific category ID)
  • period: "week" (end_date must be a Sunday) or "month" (end_date must be month-end)
  • end_date: End date YYYYMMDD, must align with period Return:
  • Video count and ratio per duration bucket (e.g. 0-15s, 15-60s, 60-180s, >180s)

[Example]

tag_id = "601" period = "week" end_date = "20260412"

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

Related Models