Skip to main content
POST
create video streaming

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Information of video streaming to be created

title
string
required
Maximum string length: 1000
description
string
Maximum string length: 5000
thumbnailFileId
string
Maximum string length: 50
metadata
object
isSecure
boolean
default:false
resolution
enum<string>
default:SD
Available options:
SD,
HD,
FHD
channelEnabled
boolean

Indicates whether the channel (live chat and live reaction) is enabled for video streaming.

parentStreamId
string

Optional parent stream ID. If provided, creates a child stream linked to the parent.

Maximum string length: 50

Response

video streaming information

videoStreamings
object[]
videoStreamingChildren
object[]
videoStreamModerations
object[]
users
object[]
files
object[]