cURL
curl --request GET \ --url https://video.bunnycdn.com/library/{libraryId}/collections \ --header 'AccessKey: <api-key>'
{ "totalItems": 123, "currentPage": 123, "itemsPerPage": 123, "items": [ { "videoLibraryId": 123, "guid": "<string>", "name": "<string>", "videoCount": 123, "totalSize": 123, "previewVideoIds": "<string>", "previewImageUrls": [ "<string>" ] } ] }
Documentation IndexFetch the complete documentation index at: https://docs.bunny.net/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bunny.net/llms.txt
Use this file to discover all available pages before exploring further.
AccessKey based authentication
The list of videos for the current parameters
The total number of items that can be returned
The current page of the response
The number of items returned per page
The result items on the current result
Show child attributes
Was this page helpful?
Contact support