Export Canvas
export_canvasExport a stored canvas to markdown outline or SVG vector image showing node titles.
Instructions
Export a stored canvas to another format: 'markdown' (an outline that follows the edges) or 'svg' (a standalone vector image). SVG renders each node's title line only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| format | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | The export format (markdown or svg) | |
| mime_type | Yes | MIME type of the exported content | |
| content | Yes | The exported document text |