Playlists

Add a video to a playlist

Adds an existing video to the specified playlist

post/v1/playlists/{id}/videos

Path parameters

idstring required

Unique playlist identifier

Example:pl_abc123def456

Unique playlist identifier

Request body

videoIdstring required

ID of the video to add to the playlist

Example request

{
  "videoId": "vid_xyz789ghi012"
}

Response

Video successfully added to playlist

status'ok' required

Operation status

Example response

{
  "status": "ok"
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.