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

# Add a specific video to a channel

`PUT /channels/{channel_id}/videos/{video_id}`

This method adds a single video to the specified channel.

## Path parameters

- `channel_id` number, required
- `video_id` number, required

## Response `204`

The video was added.

## Other responses

- `403` — The video can't be added to channels, or the authenticated user isn't the moderator of this channel.
- `404` — No such channel exists, or no such video 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)
