Tags
Lightweight labels you can attach to items. Created lazily on first use.
List
GET
/api/v1/tagscurl https://quik.md/api/v1/tags \
-H "Authorization: Bearer qk_..."Attach to an item
PATCH
/api/v1/items/:idBody: { tags: string[] }. Replaces the full tag set.
To filter by tag, see /docs/api/search.