Learn how to update slide content in an existing Presenton presentation using the from-template endpoint in under 5 minutes.
0
, the second slide is index 1
, and so on.Parameter | Type | Required | Description |
---|---|---|---|
presentation_id | string | ✅ | The unique identifier of your existing presentation |
data | array | ✅ | List of slide modifications to apply |
data[].index | integer | ✅ | Zero-based slide number to update |
data[].content | object | ✅ | New content matching the slide’s schema |
export_as | string | ❌ | Export format: pptx (default) or pdf |
content
object must match the original slide template’s schema. Each slide type has specific fields that can be updated.id
query parameter with your presentation’s unique identifier to fetch the specific presentation data you want to edit.slides[].index
- tells you which slide to targetslides[].content
- shows what can be modifiedlayout.slides[].json_schema
- defines valid content structurepresentation_id
: A new unique ID for your updated presentationpath
: Server file path where your updated presentation is savededit_path
: URL path to continue editing in Presenton’s web interfaceedit_path
to open your updated presentation in Presenton’s visual editor for further refinements using the intuitive drag-and-drop interface.edit_path
to make visual adjustments in Presenton’s web interface