Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://video.bunnycdn.com/library/{libraryId}/videos/{videoId}/storage \ --header 'AccessKey: <api-key>'
{ "success": true, "message": "<string>", "statusCode": 123, "data": { "encoded": {}, "thumbnails": 123, "previews": 123, "originals": 123, "mp4Fallback": 123, "miscellaneous": 123, "calculatedAt": "2023-11-07T05:31:56Z" } }
AccessKey based authentication
The storage size information for the video.
Determines if the request was successful
Response message description
The response status code
Show child attributes
Was this page helpful?