export_confluence_page
Export a Confluence page to HTML or Markdown with images embedded as base64 for a self-contained portable file.
Instructions
Exports a Confluence page to either HTML or Markdown format. All images in the page content are embedded directly into the exported file as base64 data, making it self-contained. Use this when you want to create a portable, self-contained file of a page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | The desired export format. Can be `html` or `markdown`. Both formats will have images embedded. | |
| pageId | Yes | The ID of the Confluence page to be exported. |