Douyin modelsapi generation api

douyin/index/content-author-portrait

Get **creator (author) portrait** for a category (i.e. profile of users who post in this category) Used to understand creator demographics: gender, age, region, active time

Input
Idle

Example output — click Run to generate your own

API README

Content author portrait

Purpose:

  • Get creator (author) portrait for a category (i.e. profile of users who post in this category)
  • Used to understand creator demographics: gender, age, region, active time 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, e.g. 20260331)
  • end_date: End date YYYYMMDD, must align with period Return:
  • Creator portrait: gender, age group, region, device, active time distributions

[Example]

tag_id = "601" period = "month" end_date = "20260331"

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

Related Models