Create a live
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
POST
/videos/live
Live VideosVideo
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://peertube2.cpy.re/api/v1/videos/live' \
--form 'channelId=""' \
--form 'name=""'
Response Response Example
200 - Example 1
{
"video": {
"id": {},
"shortUUID": {},
"uuid": {}
}
}
Request
Body Params multipart/form-data
category
stringÂ
optional
channelId
stringÂ
required
commentsEnabled
stringÂ
optional
description
stringÂ
optional
downloadEnabled
stringÂ
optional
language
stringÂ
optional
licence
stringÂ
optional
name
stringÂ
required
nsfw
stringÂ
optional
permanentLive
stringÂ
optional
previewfile
fileÂ
optional
privacy
stringÂ
optional
saveReplay
stringÂ
optional
support
stringÂ
optional
Example:
Please support our work on https://soutenir.framasoft.org/en/ <3
tags
stringÂ
optional
thumbnailfile
fileÂ
optional
Responses
Modified at 2022-09-10 22:29:50