curl --request GET \
--url https://api.bundle.social/api/v1/misc/youtube/playlist \
--header 'x-api-key: <api-key>'{
"kind": "<string>",
"etag": "<string>",
"nextPageToken": "<string>",
"prevPageToken": "<string>",
"pageInfo": {
"totalResults": 123,
"resultsPerPage": 123
},
"items": []
}curl --request GET \
--url https://api.bundle.social/api/v1/misc/youtube/playlist \
--header 'x-api-key: <api-key>'{
"kind": "<string>",
"etag": "<string>",
"nextPageToken": "<string>",
"prevPageToken": "<string>",
"pageInfo": {
"totalResults": 123,
"resultsPerPage": 123
},
"items": []
}Documentation Index
Fetch the complete documentation index at: https://info.bundle.social/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?