AutoGenerator
Create a regeneration of an AutoGenerator deck
Re-runs a portion of an existing AutoGenerator deck — typically a slide, node, or section — and returns a new callback_id to poll. Counted as a fresh generation against the AUTO_GEN usage cap.
The operation query parameter selects what is regenerated, and each operation requires its own additional body fields. See AutoGeneratorRegenerateRequest for the per-operation requirements.
post/api/v1/autogenerator/regenerate
Query parameters
operation'audience_change' | 'template_change' | 'slide_change' | 'context_change' | 'smart_chart_change' | 'node_change' | 'story_content_change' | 'add_slide' | 'duration_change' | 'slides_footer_change' | 'voice_change' | 'generate_speaker_notes' required
The regenerate sub-operation.
Request body
Response
Regenerate job accepted; poll the returned new_callback_id.