Changelog
The Notebind API is currently v1. There have been no breaking changes since launch.
March 19, 2026
Section titled “March 19, 2026”- 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
March 14, 2026
Section titled “March 14, 2026”- Added
labelsfield to documents — assign string labels for organizing and filtering - New query parameter
labelonGET /api/documentsto filter by label - Labels are optional, max 10 per document, max 50 characters each
March 13, 2026
Section titled “March 13, 2026”- 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 pushandnotebind pullfor local file sync - Authentication via API key (
Bearer nb_sk_...) or session cookie