v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB
Playlist Videos

Add videos to playlist

Adds one or more videos to a playlist

post/playlists/{playlist_id}/videos

Path parameters

playlist_idstring uuid required

Unique identifier of the playlist

Request body

video_idstring uuid required
orderinteger required

Position of the video in the playlist

Example request

[
  {
    "video_id": "987f6543-e21b-12d3-a456-426614174000",
    "order": 1
  }
]

Response

Videos added successfully

dataobject

Result of the operation

messagestring

Example response

{
  "message": "Success"
}