Skip to content
Start here

Videos

Storage use
stream.videos.storage_usage(VideoStorageUsageParams**kwargs) -> VideoStorageUsageResponse
GET/accounts/{account_id}/stream/storage-usage
ModelsExpand Collapse
class VideoStorageUsageResponse:
creator: Optional[str]

A user-defined identifier for the media creator.

maxLength64
total_storage_minutes: Optional[int]

The total minutes of video content stored in the account.

total_storage_minutes_limit: Optional[int]

The storage capacity alloted for the account.

video_count: Optional[int]

The total count of videos associated with the account.