load_outline
Load a saved outline from a project to access slide structure and optionally full content for editing or export.
Instructions
Loads the saved outline JSON.
Retrieves the previously generated slide outline from the project directory. The loaded result can be used directly as input for prepare_design_slide or export_html.
Args: project_id: Project ID include_content: If True, returns full slide outline content alongside path. Defaults to False (path and slide_count only).
Returns: JSON string containing outline_path, slide_count, and optionally slides array
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| include_content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |