---
title: Videos
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api/typescript)

[Stream](https://developers.cloudflare.com/api/typescript/resources/stream)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Videos

##### [Storage use](https://developers.cloudflare.com/api/typescript/resources/stream/subresources/videos/methods/storage%5Fusage)

client.stream.videos.storageUsage(VideoStorageUsageParams { account\_id, creator } params, RequestOptionsoptions?): [VideoStorageUsageResponse](https://developers.cloudflare.com/api/typescript/resources/stream#%28resource%29%20stream.videos%20%3E%20%28model%29%20video%5Fstorage%5Fusage%5Fresponse%20%3E%20%28schema%29) { creator, totalStorageMinutes, totalStorageMinutesLimit, videoCount } 

GET/accounts/{account\_id}/stream/storage-usage

##### ModelsExpand Collapse 

VideoStorageUsageResponse { creator, totalStorageMinutes, totalStorageMinutesLimit, videoCount } 

creator?: string

A user-defined identifier for the media creator.

maxLength64

totalStorageMinutes?: number

The total minutes of video content stored in the account. May contain decimal values.

formatfloat

totalStorageMinutesLimit?: number

The storage capacity alloted for the account.

videoCount?: number

The total count of videos associated with the account.