List captions of a video
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
GET
/videos/{id}/captions
Video Captions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://peertube2.cpy.re/api/v1/videos//captions'
Response Response Example
{
"data": [
{
"captionPath": "string",
"language": {
"id": "en",
"label": "English"
}
}
],
"total": 1
}
Request
Path Params
id
stringÂ
required
Responses
Modified at 2022-09-10 22:29:50