Skip to main content

Create live-imitations

POST 

/videos/live-imitation

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 live-imitation

    Example: Title
    description string

    Updated description of live-imitation

    Example: Text
    tag_ids[] string

    Tags id to set on the live-imitation

    Example: 23456
    privacy string

    Privacy of content (hidden, public, registered)

    Example: public
    collection_id string

    Id collection to attach on live-imitation

    Example: 78567
    startdate string

    Start date of event (for live imitation)

    Example: 2023-10-12 12:00:00
    video_ids[] string

    Id of videos to add into live-imitation

    Example: 3443
    loop string

    Define if it is a loop or not

    Example: true

Responses

Response Headers

    Schema

      id stringrequired
      status stringrequired
    Loading...