> ## Documentation Index
> Fetch the complete documentation index at: https://docs.poesius.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Slide from Content

Create actual PPTX slides from existing markdown content (Step 2 of 2).

<ParamField body="content" type="string" required>
  Markdown content
</ParamField>

<ParamField body="instructions" type="string" required>
  Instructions for slide generation
</ParamField>

<ParamField body="template_id" type="string">
  Template UUID (required if no default)
</ParamField>

<ParamField body="layout_name" type="string">
  Specific layout within template
</ParamField>

<ParamField body="conversation_id" type="string">
  Existing conversation UUID
</ParamField>

<ParamField body="presentation_id" type="string">
  Existing presentation UUID
</ParamField>

<ResponseField name="slides" type="array">
  Array of created slide objects
</ResponseField>

<ResponseField name="presentation_id" type="string">
  UUID of the presentation
</ResponseField>

<ResponseField name="total_slides" type="integer">
  Total number of slides created
</ResponseField>
