API reference
POST /presentations
Creates a new presentation from an existing template.
Parameters
string
required
The template to create from
string[]
Optional subset of section IDs from the template to include. If omitted, all sections are included.
Response
A successful request returns201 Created. The workspace is inferred from your API key.
string
Presentation ID
string
Presentation title
string
Workspace ID that owns the presentation
array
Presentation slides
boolean
Whether the presentation is public
string
Canonical presentation URL
string
ISO timestamp when the presentation was created
string
ISO timestamp when the presentation was last updated
FAQs
What does this endpoint do?
What does this endpoint do?
This endpoint creates a presentation from an existing template.Use it when you already know which template you want to use.
Can I create a presentation without a template?
Can I create a presentation without a template?
No. This endpoint creates presentations from templates.If you want Chronicle to generate a presentation from a prompt, use the generate endpoint instead.
Should I hardcode template IDs?
Should I hardcode template IDs?
No. Fetch templates first, then use the returned template ID.That keeps your integration aligned with the templates available to the workspace.