Retrieve a hierarchical list of YouTube topic categories and their subtopics.
What you get
- Returns YouTube topic categories and their subtopics. When using YouTube Discovery, pass
sub_topic_detailsvalues into thetopicsfilter. - Useful for finding creators in particular content verticals or subject areas.
Credits
- 0 credits. This endpoint does not deduct credits.
Security
Bearer
GET
curl -i -X GET \
https://api-dashboard.influencers.club/public/v1/discovery/classifier/yt-topics/ \
-H 'Authorization: Bearer <YOUR_API_KEY_HERE>'Response
[ { "topic_details": "string", "sub_topic_details": [ … ] } ]