---
title: "Add a list of videos to a channel"
method: PUT
path: "/channels/{channel_id}/videos"
tags: ["Channels\\Videos"]
---

# Add a list of videos to a channel

`PUT /channels/{channel_id}/videos`

This method gets all the videos in a specific channel.

## Path parameters

- `channel_id` number, required

## Request body

- object
  - `video_uri` string, required — The URI of a video to add.

## Response `200`

The videos were added.

## Other responses

- `403` — The authenticated user isn't a moderator of the channel, or the video can't be added to the channel.
- `404` — No such channel exists, or no such user exists.

---

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