TikTok modelsapi generation api

tiktok/web/live-recommend-tabs

Get the available tag (live category tab) list for live room homepage recommendation Works together with `/fetch_live_recommend` to discover the available values of its `related_live_tag` parameter

Input
Idle

Example output — click Run to generate your own

API README

Get available tags for live room homepage recommendation

Purpose:

  • Get the available tag (live category tab) list for live room homepage recommendation
  • Works together with /fetch_live_recommend to discover the available values of its related_live_tag parameter Parameters:
  • logid: Pagination cursor. Leave empty for the first page; to load the next page, pass the logid value returned by the previous response Return:
  • Available tag (live category tab) list
  • logid: The log id of this request (from the x-tt-logid response header); pass it back as logid to load more Note:
  • The available values of related_live_tag are not fixed and may change by region/time, so it is recommended to fetch them in real time before use. Pagination:
  1. For the first request leave logid empty, and read the returned logid from the result.
  2. To load the next page, pass the previous logid back as the logid parameter (internally converted to TikTok's req_id).

[Example]

logid = ""

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

Related Models