API reference
POST /presentations
Creates a new presentation from an existing template.
Parameters
The template to create from
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.
Presentation ID
Presentation title
Workspace ID that owns the presentation
Presentation slides
Whether the presentation is public
Canonical presentation URL
ISO timestamp when the presentation was created
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.