Create a new highlight
POST/highlights
Create a new text highlight on a bookmark. Highlights are defined by character offsets within the bookmark's content and support color coding.
Request
Responses
- 201
- 400
- 401
- 404
The created highlight.
Bad request — invalid offsets or missing required fields.
Unauthorized — the Bearer token is missing, invalid, or expired.
Bookmark not found — the specified bookmarkId does not exist.