Skip to content
Start here

Videos

Storage use
client.stream.videos.storageUsage(VideoStorageUsageParams { account_id, creator } params, RequestOptionsoptions?): VideoStorageUsageResponse { 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.

totalStorageMinutesLimit?: number

The storage capacity alloted for the account.

videoCount?: number

The total count of videos associated with the account.