curl --request GET \
--url https://api.bundle.social/api/v1/misc/youtube/video-categories \
--header 'x-api-key: <api-key>'{
"kind": "<string>",
"etag": "<string>",
"items": []
}Retrieve the list of video categories that can be associated with YouTube videos for a specific region.
curl --request GET \
--url https://api.bundle.social/api/v1/misc/youtube/video-categories \
--header 'x-api-key: <api-key>'{
"kind": "<string>",
"etag": "<string>",
"items": []
}Was this page helpful?