Summarize a bookmark
POST/bookmarks/:bookmarkId/summarize
Trigger AI summarization for a bookmark. The summary is generated asynchronously and attached to the bookmark. Returns the updated bookmark record.
Request
Responses
- 200
- 401
- 404
The bookmark with the updated summary.
Unauthorized — the Bearer token is missing, invalid, or expired.
Bookmark not found.