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

# Add a list of categories to a channel

`PUT /channels/{channel_id}/categories`

This method adds multiple categories to the specified channel.

## Path parameters

- `channel_id` number, required

## Request body

- object
  - `channels` string[], required — The array of category URIs to add.

## Response `204`

The categories were added.

## Other responses

- `400` — * Error code 2205: There was no request body, or the request body is malformed. * Error code 2204: You exceeded the maximum number of channel categories.
- `401` — Error code 8003: The user credentials are invalid.
- `403` — Error code 3200: The authenticated user can't add categories to the channel.
- `404` — No such channel exists.

---

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