youtube

youtube_list_video_categories

List available video categories for a region. Returns category ID, title, and whether it is assignable. Costs 1 quota unit.

Remote node2flow/youtube

Other tools also called youtube_list_video_categories? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "hl": {
      "type": "string",
      "description": "UI language (BCP-47, e.g. \"en_US\", \"th\")"
    },
    "id": {
      "type": "string",
      "description": "Category ID(s), comma-separated"
    },
    "part": {
      "type": "string",
      "description": "Resource parts (default: \"snippet\")"
    },
    "region_code": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code (e.g. \"US\", \"TH\")"
    }
  }
}
          

Provider

youtube →