Ask Your Question
3

How can I retrieve all videos that have been uploaded by my account and tagged with a specific tag using the Vimeo API?

asked 2021-09-07 11:00:00 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-11-04 08:00:00 +0000

devzero gravatar image

You can use the Vimeo API's "GET /users/{userid}/videos" endpoint to retrieve all of the videos that have been uploaded by your account. To retrieve only the videos that have been tagged with a specific tag, you can use the "filtertags" parameter with the value of the tag that you want to filter by. Here's an example request:

GET /users/{user_id}/videos?filter_tags={tag}

Replace {user_id} with your Vimeo user ID and {tag} with the tag that you want to filter by. This request will return a list of all videos uploaded by your account that have been tagged with the specified tag.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-09-07 11:00:00 +0000

Seen: 11 times

Last updated: Nov 04 '22