Manage Channel Tags

Learn how to perform different operations to manage tags of a channel using the Vimeo API.

In this lesson, we'll perform the below operations related to the tags in a channel:

  • Add a tag to a channel

  • Get all the tags of a channel

  • Check and remove a tag from a channel

These tasks are achieved by the following endpoints:

  • We'll use the {base_url}/channels/{channelID}/tags/{tagWord} endpoint to add, check, and delete a specific tag to a channel.

  • We'll use the {base_url}/channels/{channelID}/tags endpoint to get all tags of a channel.

Add a specific tag to a channel

In this section, we’ll see how we can add a specific tag to a channel using the Vimeo API. We'll make multiple calls to add multiple tags to our channel, specified by the channelID.

This API call takes two required path parameters shown in the table below:

Get hands-on with 1200+ tech skills courses.