Tags

Tags

Lightweight labels you can attach to items. Created lazily on first use.

List

GET/api/v1/tags
curl https://quik.md/api/v1/tags \
  -H "Authorization: Bearer qk_..."

Attach to an item

PATCH/api/v1/items/:id

Body: { tags: string[] }. Replaces the full tag set.

To filter by tag, see /docs/api/search.