Skip to main content

Create live

POST 

/videos/live

Create video container with all informations and configurations

Request

Header Parameters

    Content-Type stringrequired
    Example: application/x-www-form-urlencoded
    Accept stringrequired
    Example: application/json

Body

    title stringrequired

    Updated title of video

    Example: This is a title
    description string

    Updated description of video

    Example: New description
    tag_ids[] string

    Tags id to set on the stream

    Example: 3487
    privacy string

    Privacy of content (hidden, public, registered)

    Example: public
    collection_id string

    Id collection to attach video

    Example: 9953
    startdate string

    Start date of event (for live streaming)

    Example: 2024-10-01 12:00:00
    record_video boolean

    Enables automatic recording of the stream upon its start.

    Example: false

Responses

Response Headers

    Schema

      id stringrequired
      status stringrequired
    Loading...