generate_powerpoint
Create PowerPoint or PDF presentations from text, length, and template with customizable options for language, tone, images, and branding.
Instructions
Generate a PowerPoint or PDF presentation based on text, length, and template.
Supports optional settings (language, tone, verbosity, images, structure, etc.).
Waits up to a configured time for the result.
Parameters:
Required:
- plain_text (str): The topic to generate a presentation about
- length (int): The number of slides
- template (str): Template name or ID
Optional:
- document_uuids (list[str]): UUIDs of uploaded documents to use
- language (str): Language code (default: 'ORIGINAL')
- fetch_images (bool): Include stock images (default: True)
- use_document_images (bool): Include images from documents (default: False)
- tone (str): Text tone - 'default', 'casual', 'professional', 'funny', 'educational', 'sales_pitch' (default: 'default')
- verbosity (str): Text length - 'concise', 'standard', 'text-heavy' (default: 'standard')
- custom_user_instructions (str): Custom generation instructions
- include_cover (bool): Include cover slide (default: True)
- include_table_of_contents (bool): Include TOC slides (default: True)
- add_speaker_notes (bool): Add speaker notes (default: False)
- use_general_knowledge (bool): Expand with related info (default: False)
- use_wording_from_document (bool): Use document wording (default: False)
- response_format (str): 'powerpoint' or 'pdf' (default: 'powerpoint')
- use_branding_logo (bool): Include brand logo (default: False)
- use_branding_fonts (bool): Apply brand fonts (default: False)
- use_branding_color (bool): Apply brand colors (default: False)
- branding_logo (str): Custom logo URL
- branding_fonts (dict): The object of brand fonts to be used in the slides
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plain_text | Yes | ||
| length | Yes | ||
| template | Yes | ||
| document_uuids | No | ||
| language | No | ORIGINAL | |
| fetch_images | No | ||
| use_document_images | No | ||
| tone | No | default | |
| verbosity | No | standard | |
| custom_user_instructions | No | ||
| include_cover | No | ||
| include_table_of_contents | No | ||
| add_speaker_notes | No | ||
| use_general_knowledge | No | ||
| use_wording_from_document | No | ||
| response_format | No | powerpoint | |
| use_branding_logo | No | ||
| use_branding_fonts | No | ||
| use_branding_color | No | ||
| branding_logo | No | ||
| branding_fonts | No |