Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 966 Bytes

CreateVideoRequest.md

File metadata and controls

17 lines (11 loc) · 966 Bytes

CreateVideoRequest

Properties

Name Type Description Notes
description string Description of the video [optional]
isPublic boolean // Is panoramic video IsPanoramic *bool `json:"is_panoramic" form:"is_panoramic"` Is public video [optional]
metadata Array<Metadata> Metadata of the video (key-value pair, max: 50 items, key max length: 255, value max length: 255) [optional]
qualities Array<string> Qualities of the video (default: 1080p, 720p, 360p, allow:2160p, 1440p, 1080p, 720p, 360p, 240p, 144p) [optional]
tags Array<string> Tags of the video (max: 50 items, max length: 255) [optional]
title string Title of the video [optional]
watermark VideoWatermark Video thumbnailConfig [optional]