youtube

youtube_rate_video

Like, dislike, or remove rating from a video. Requires OAuth credentials (CLIENT_ID + CLIENT_SECRET + REFRESH_TOKEN). Costs 50 quota units.

Remote node2flow/youtube

Other tools also called youtube_rate_video? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "rating": {
      "type": "string",
      "description": "Rating: \"like\", \"dislike\", or \"none\" (to remove rating)"
    },
    "video_id": {
      "type": "string",
      "description": "Video ID to rate"
    }
  }
}
          

Provider

youtube →