---
title: "Suggest categories for a video"
method: PUT
path: "/videos/{video_id}/categories"
tags: ["Categories\\Videos"]
---

# Suggest categories for a video

`PUT /videos/{video_id}/categories`

With this method, you can suggest up to two categories and one subcategory for a video. Vimeo makes the final determination about whether the video
belongs in these categories.

## Path parameters

- `video_id` number, required

## Response `201`

The categories were suggested.

## Other responses

- `403` — You don't own this video.
- `404` — No such video exists, or no such category 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)
