Skip to main content
POST
Creates a draft copy of a slideshow in the same key scope.

Path Parameters

string
required
Source slideshow UUID.
Duplicated slideshows are always returned as draft, with rendered artifacts cleared on the copy.

Error Responses

  • 400 missing_slideshow_id - path param missing
  • 404 not_found - slideshow is missing/outside key scope
  • 401 - authentication failed (missing/invalid/revoked token)
  • 402 subscription_required - active Creator/Professional/Business plan required
  • 403 tier_not_allowed - Scheduler tier cannot use Partner API
  • 500 duplicate_failed - unexpected duplication failure