Tags API Reference — Organize Bookmarks with Bkmark
Create, list, update, and delete tags for organizing bookmarks. Each tag supports a name and an optional color from a fixed palette.
Tags give you a fast, flexible way to label and cross-reference bookmarks across any group. You can create tags on the fly when saving bookmarks, or manage them explicitly through the Tags API. Every tag tracks how many bookmarks carry it, so you can see which labels are actually in use. All endpoints require a Bearer token in the Authorization header.
When you create a bookmark and supply tagNames, any names that don’t already exist are created automatically. You don’t need to pre-create tags unless you want to assign a specific color upfront.
Color to assign. Must be one of: red, orange, amber, yellow, lime, green, teal, cyan, blue, indigo, violet, pink. Omit or pass null for the default unstyled appearance.
The available color slugs map to the Tailwind CSS color palette. Clients rendering tags should treat any unrecognized color value as the default style to remain forward-compatible.
Deleting a tag removes it from all associated bookmarks immediately. This cannot be undone. If you have hundreds of bookmarks using the tag, consider renaming it instead.