Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enable Monetization on YouTube video using YouTube API

I am uploading videos to YouTube by using YouTube Data API (Python client library). Is it possible to set monetizing for that video from API rather than going to my account on the YouTube website and manually setting monetization for that uploaded video? If yes, then how can I do it from API? I am unable to find it in the API documentation, and Googling doesn't help either.

like image 200
user1571211 Avatar asked Oct 11 '12 13:10

user1571211


1 Answers

That's not something that's supported as part of the public YouTube Data API.

like image 118
Jeff Posnick Avatar answered Sep 24 '22 23:09

Jeff Posnick