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
Sample Request
Last updated
To create your video streaming, you need to create an Entity object.
POST
https://api.uiza.io/api-vod/owner/v1/video-entities
Last updated
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 sd, hd
or fhd
to enable and as none
to disable.