Slideshows
Regenerate Slide
Regenerate text for one slide while preserving layout
POST
Regenerates text content for a single slide.
The service keeps the original text-element structure and only replaces content,
so positional and style metadata remain intact.
Path Parameters
Slideshow UUID.
Zero-based slide index (
0, 1, 2, ...). Must be a non-negative integer.Body Parameters
Optional rewrite instruction (
1-500 chars), for example
"Make it punchier".Empty body is valid (
{} behavior). In that case the API generates a subtle
variation automatically.Preconditions
- Slideshow must be in
draftstatus. - Slideshow must have
original_prompt. - Target slide index must exist.
- Target slide must contain at least one text element.
Error Responses
400 missing_slideshow_id- path param missing400 missing_slide_index- path param missing400 invalid_slide_index-slideIndexis not a non-negative integer400 invalid_json- body is not valid JSON422 invalid_payload- body schema validation failed404 not_found- slideshow is missing/outside key scope422 regeneration_precondition_failed- slideshow/slide failed preconditions (non-draft status, missing prompt, out-of-range index, or slide has no text)401- authentication failed (missing/invalid/revoked token)402 subscription_required- active Creator/Professional/Business plan required403 tier_not_allowed- Scheduler tier cannot use Partner API500 regenerate_failed- unexpected regeneration failure
