Douyin modelsapi generation api

douyin/creator/creator-material-center-related

Get related videos for a topic/hot spot/prop/music item in Douyin creator material center Retrieve query_id from upstream billboard endpoints first, then call this API to fetch related videos

Input
Idle

Example output — click Run to generate your own

API README

Get topic or hot spot related videos

Purpose:

  • Get related videos for a topic/hot spot/prop/music item in Douyin creator material center
  • Retrieve query_id from upstream billboard endpoints first, then call this API to fetch related videos Parameters:
  • query_id: Query ID (topic_id / hot_id obtained from billboard endpoints)
  • billboard_type: Billboard type
    • 2: Hot spot
    • 3: Topic
    • 4: Props
    • 5: Music
  • limit: Items per page (default 20, range 1-100)
  • offset: Offset (starting position for pagination) Return:
  • Related videos list data for the given query_id

[Example]

query_id = "2488260" limit = 20 offset = 0

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

Related Models