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
Example request
{
"videoId": "vid_xyz789ghi012"
}Response
Video successfully added to playlist
Example response
{
"status": "ok"
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.