curl --request POST \
--url https://api.urltodata.ai/v1/youtube/video/batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"videoIds": [
"<string>"
],
"playlistId": "<string>",
"channelId": "<string>",
"limit": 123
}
'