Tags & Favorites API
Endpoints for managing tags and favorite files.
API Reference
See the OpenAPI Specification for interactive documentation:
Tags:
GET /api/tags- List all tagsGET /api/tags/file- Get file tagsPOST /api/tags/file- Add tag to fileDELETE /api/tags/file- Remove tag from filePUT /api/tags/file- Set all tags for filePOST /api/tags/query- Get tags for multiple filesPOST /api/tags/bulk- Add tag to multiple filesDELETE /api/tags/bulk- Remove tag from multiple filesGET /api/tags/{tag}- Get files with tagDELETE /api/tags/{tag}- Delete tag globallyPUT /api/tags/{tag}- Rename tag globally
Favorites:
GET /api/favorites- List favoritesPOST /api/favorites- Add favoriteDELETE /api/favorites- Remove favoritePOST /api/favorites/bulk- Add multiple favoritesDELETE /api/favorites/bulk- Remove multiple favorites
Refer to the OpenAPI documentation for detailed request/response schemas and examples.