Skip to content

Changelog

The Notebind API is currently v1. There have been no breaking changes since launch.


  • Added webhook support for document, comment, and suggestion events
  • Webhooks can be configured in Settings → Webhooks or via the API
  • Events: document.created, document.updated, comment.created, suggestion.created, suggestion.accepted, suggestion.rejected
  • Added labels field to documents — assign string labels for organizing and filtering
  • New query parameter label on GET /api/documents to filter by label
  • Labels are optional, max 10 per document, max 50 characters each
  • Initial public API release
  • Documents: full CRUD with pagination (GET, POST, PATCH, DELETE)
  • Comments: anchored comments with threading and resolution
  • Suggestions: text replacement proposals with accept/reject workflow
  • Share links: granular permissions (view, comment, edit) with optional expiration
  • API keys: create, list, and delete keys with nb_sk_ prefix format
  • CLI: notebind push and notebind pull for local file sync
  • Authentication via API key (Bearer nb_sk_...) or session cookie