load_design_spec
Load a saved design spec for a presentation project using the project ID, enabling export to HTML or PPTX.
Instructions
Loads the saved design spec.
Retrieves the previously generated design spec (PptxSlideSpec JSON) from the project directory. The project_id can be passed to export_html(project_id=...) or export_pptx(project_id=...).
Args: project_id: Project ID
Returns: JSON string containing design_spec_dir, slide_count, slide_files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |