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_recommendto discover the available values of itsrelated_live_tagparameter Parameters: - logid: Pagination cursor. Leave empty for the first page; to load the next page, pass the
logidvalue returned by the previous response Return: - Available tag (live category tab) list
- logid: The log id of this request (from the
x-tt-logidresponse header); pass it back aslogidto load more Note: - The available values of
related_live_tagare not fixed and may change by region/time, so it is recommended to fetch them in real time before use. Pagination:
- For the first request leave
logidempty, and read the returnedlogidfrom the result. - To load the next page, pass the previous
logidback as thelogidparameter (internally converted to TikTok's req_id).
[Example]
logid = ""
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

