Returns a list of 20 YouTube video or live comments. To obtain the first comments page use cursor from Video Info endpoint.
Security
accessToken
GET
curl -i -X GET \
'https://api.modash.io/v1/raw/youtube/video-comments?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D4SNThp0YiU4&after=string' \
-H 'Authorization: Bearer <YOUR_token_HERE>'Response
{ "comments_list": { "comments": [ … ], "cursor": "string" }, "success": true }