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