---
title: "Add videos to playlist"
method: POST
path: "/playlists/{playlist_id}/videos"
tags: ["Playlist Videos"]
---

# Add videos to playlist

`POST /playlists/{playlist_id}/videos`

Adds one or more videos to a playlist

## Path parameters

- `playlist_id` string, uuid, required

## Request body

- AddVideoRequest[]
  - `video_id` string, uuid, required
  - `order` integer, required — Position of the video in the playlist

## Response `200`

Videos added successfully

- object
  - `data` object — Result of the operation
  - `message` string

## Other responses

- `400` — Bad request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing authentication
- `500` — Internal server error

---

[API](https://skmtc.net/pandavideo/apis/api-v2.md) · [All operations](https://skmtc.net/pandavideo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandavideo/api-v2/revisions/4fbd3c623ca9/schema)
