Operations on Videos for a Category

Learn how to perform different operations on videos available in a category using the Vimeo API.

Overview

In this lesson, we'll see some of the very important video operations on the categories of Vimeo. We’ll cover the below endpoints in this lesson:

  • We use the {base_url}/categories/{category_name}/videos endpoint to get all videos in a category.
  • We use the {base_url}/categories/{category_name}/videos/{VIDEO_ID} endpoint to get details of a single video in a category.
  • We use the {base_url}/videos/{VIDEO_ID}/categories endpoint to get all categories of a video.

Let’s study each in detail.

Get hands-on with 1200+ tech skills courses.