Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.