The collections namespace provides CRUD operations on collections, including default tag management.Documentation Index
Fetch the complete documentation index at: https://docs.backpocket.my/llms.txt
Use this file to discover all available pages before exploring further.
collections.list
Returns all collections for the current user’s space.Search text to filter collections by name.
Filter by collection visibility.
Array of collections, each with:
collections.get
Returns a single collection with its default tags.The collection ID.
collections.create
Creates a new collection.Collection name.
Collection visibility. Defaults to
'private'.Tags to automatically apply when saves are added to this collection.
collections.update
Updates a collection’s name, visibility, or default tags.The collection ID.
New collection name.
New visibility setting.
Updated default tags (replaces existing).
collections.remove
Deletes a collection. Saves in the collection are not deleted — they remain in the library.The collection ID to delete.
Deleting a collection only removes the grouping. All saves that were in the collection continue to exist in your library.
