Skip to main content

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 returns 201 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

This endpoint creates a presentation from an existing template.Use it when you already know which template you want to use.
No. This endpoint creates presentations from templates.If you want Chronicle to generate a presentation from a prompt, use the generate endpoint instead.
No. Fetch templates first, then use the returned template ID.That keeps your integration aligned with the templates available to the workspace.