Create a Video Preset
A live entity and video entity is encoded by attaching a preset. Once a preset is attached to the entity, Uiza will encode the entity according to the profiles in the preset.
/v1/video_presets
POST
https://api.uiza.sh/v1/video_presets
Request Body
Name | Type | Description |
---|---|---|
name | string | The name of the video preset. |
description | string | Describes the content of the video preset. Useful to describe the profiles in the preset and talk about use cases. |
profile_ids | string | The identifier of the video profiles to be added to this preset. You can add multiple profile ids separated by |
Sample Request
Last updated