Skip to main content
Tags categorize videos across your library. Workspace tags are shared with everyone in the workspace; private tags are only visible to you. Filter your library by tag with list_videostagIds parameter.

list_tags

List all tags visible to you: the workspace’s shared tags plus your private tags. No parameters.

create_tag

Create a tag for categorizing videos. When no color is given, one is derived from the name.
string
required
Tag name
enum<string>
Tag visibility — workspace (default) or private
string
Tag color as a hex value, e.g. #6366f1
string
Tag description

update_tag

Update a tag’s name, color, and/or description. Private tags can only be updated by their creator.
string
required
Tag ID
string
New tag name
string
New tag color as a hex value, e.g. #6366f1
string
New tag description

delete_tag

Permanently delete a tag and remove it from all videos.
string
required
Tag ID

list_video_tags

List the tags on a video that are visible to you.
string
required
Video ID

add_video_tag

Tag a video. Requires edit access to the video. Adding a private tag only affects your own library.
string
required
Video ID
string
required
Tag ID

remove_video_tag

Untag a video. Requires edit access to the video.
string
required
Video ID
string
required
Tag ID