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
- application/x-www-form-urlencoded
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
- 200
- 400
- 401
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
id stringrequired
status stringrequired
{
"id": "string",
"status": "string"
}
OK
{
"id": "<string>",
"status": "<string>"
}
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Bad Request
{
"status": "<string>"
}
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Unauthorized
{
"status": "<string>"
}
Loading...