create_annotation
Add an annotation (comment) to a document. Pass quoted_text with the exact passage you want to annotate — the server will locate it automatically. Omit quoted_text to attach to the whole document. You can also provide start_offset + end_offset explicitly if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Annotation text | |
| slug | Yes | Document slug | |
| end_offset | No | Character offset where annotation ends | |
| quoted_text | No | The exact text being annotated | |
| start_offset | No | Character offset where annotation starts |