Check video exists in my playlists
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
/users/me/video-playlists/videos-exist
Video Playlists
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://peertube2.cpy.re/api/v1/users/me/video-playlists/videos-exist?videoIds='
Response Response Example
{
"videoId": [
{
"playlistElementId": 0,
"playlistId": 0,
"startTimestamp": 0,
"stopTimestamp": 0
}
]
}
Request
Query Params
videoIds
array[string]
required
Responses
Modified at 2022-09-10 22:29:50