I want to filter out non-embeddable videos from Youtube Playlist API like I do in search API.
I am using videoEmbeddable=true for search api like "https://www.googleapis.com/youtube/v3/search?part=snippet&q=(searchText)&type=video&maxResults=20&videoEmbeddable=true&key=(YTApiKey)" and it's working fine.
But how do I do the same in Playlist API?
The param videoEmbeddable=true doesn't seem to work on playlistItems API.
Please help & thanks in advance.