Create a video entity
To create your video streaming, you need to create an Entity object.
/v1/video-entities
POST
https://api.uiza.io/api-vod/owner/v1/video-entities
Request Body
Name | Type | Description |
---|---|---|
name* | string | The entity's name. |
description | string | An arbitrary string attached to the object. Often useful for displaying to users. |
encoding_template | string | Indicates whether encoding mode is enabled for the live_entity. Set as |
Sample Request
Last updated