Templates
Create Template From Slideshow
Convert an existing slideshow into a reusable template
POST
Builds a template from an existing slideshow in key scope.
Path Parameters
Source slideshow UUID.
Body Parameters
Optional template name (
1-100 chars). If omitted, API auto-generates one.Optional description (
<=500 chars).Optional:
private or workspace. Default: private.Optional. Default:
true. Controls whether text is kept in converted config.Empty body is valid (
{} behavior). The API will generate a name and apply
defaults.Error Responses
400 missing_slideshow_id- path param missing400 invalid_json- body is not valid JSON422 invalid_payload- schema validation failed404 slideshow_not_found- source slideshow not found in key scope409 template_name_conflict- name already exists for owner422 invalid_template_config- generated/normalized config failed validation401- authentication failed (missing/invalid/revoked token)402 subscription_required- active Creator/Professional/Business plan required403 tier_not_allowed- Scheduler tier cannot use Partner API500 template_create_failed- unexpected conversion failure
