Returns a list of 30 uploaded YouTube shorts to the channel with a limited list of details.
Security
accessToken
GET
curl -i -X GET \
'https://api.modash.io/v1/raw/youtube/uploaded-shorts?url=https%3A%2F%2Fwww.youtube.com%2F%40MrBeast&sorted_by=string&after=string' \
-H 'Authorization: Bearer <YOUR_token_HERE>'Response
{ "shorts_list": { "shorts": [ … ], "cursor": "string" }, "success": true }