Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.84 KB

VideoCreationPayload.md

File metadata and controls

21 lines (18 loc) · 2.84 KB

# VideoCreationPayload

Properties

Name Type Description Notes
title string The title of your new video.
description string A brief description of your video. [optional]
source string You can either add a video already on the web, by entering the URL of the video, or you can also enter the `videoId` of one of the videos you already have on your api.video acccount, and this will generate a copy of your video. Creating a copy of a video can be especially useful if you want to keep your original video and trim or apply a watermark onto the copy you would create. [optional]
public bool Default: True. If set to `false` the video will become private. More information on private videos can be found here [optional] [default to true]
panoramic bool Indicates if your video is a 360/immersive video. [optional] [default to false]
mp4Support bool Enables mp4 version in addition to streamed version. [optional] [default to true]
playerId string The unique identification number for your video player. [optional]
tags string[] A list of tags you want to use to describe your video. [optional]
metadata \ApiVideo\Client\Model\Metadata[] A list of key value pairs that you use to provide metadata for your video. [optional]
clip \ApiVideo\Client\Model\VideoClip [optional]
watermark \ApiVideo\Client\Model\VideoWatermark [optional]
language string Use this parameter to set the language of the video. When this parameter is set, the API creates a transcript of the video using the language you specify. You must use the IETF language tag format. `language` is a permanent attribute of the video. You can update it to another language using the `PATCH /videos/{videoId}` operation. This triggers the API to generate a new transcript using a different language. [optional]
transcript bool Use this parameter to enable transcription. - When `true`, the API generates a transcript for the video. - The default value is `false`. - If you define a video language using the `language` parameter, the API uses that language to transcribe the video. If you do not define a language, the API detects it based on the video. - When the API generates a transcript, it will be available as a caption for the video. [optional]

[Back to Model list] [Back to API list] [Back to README]