cURL
curl --request GET \ --url https://api.urltodata.ai/v1/youtube/playlist \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "title": "<string>", "description": "<string>", "url": "<string>", "channel": { "id": "<string>", "name": "<string>" }, "videoCount": 123, "viewCount": 123, "lastUpdated": "2023-11-07T05:31:56Z", "thumbnail": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.urltodata.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.urltodata.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key as Bearer token (e.g. Bearer mp_abc123_secret)
Playlist ID or URL
Playlist metadata
Show child attributes