Douyin modelsapi generation api

douyin/billboard/content-tag

Get vertical content tags

Input
No input schema available
Idle

Example output — click Run to generate your own

API README

Fetch vertical content tags

Purpose:

  • Get vertical content tags Parameters:
  • None Return:
  • Vertical content tags Note:
  • This interface is used to obtain vertical content tags, used to construct the query_tag parameter Example: Given the top-level vertical content tag Food, its top-level vertical id is 628; Food's sub-vertical tag Wine Tasting, its sub-vertical id is 62802. Then the constructed tag query parameter is {"value": 628, "children": [{"value": 62808}]}

If you need multiple sub-vertical tags, all food sub-vertical tags are {"value":628,"children":[{"value":62808},{"value":62804},{"value":62806},{"value":62803},{"value":62802},{"value":62801},{"value":62811},{"value":62807},{"value":62805},{"value":62810}]}

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

Related Models