latestOpenAPI 3.1.0Proprietary - Prezent, Inc.2026-08-114675175.5 KB

a01cb764a085

AutoGenerator

Create a per-slide action on an AutoGenerator deck

Performs one of four actions against a slide: duplicate, delete, add_sources_to_slides_note, or speaker_notes. The required body fields depend on action.

post/api/v1/autogenerator/slide-actions

Request body

action'duplicate' | 'delete' | 'add_sources_to_slides_note' | 'speaker_notes' required

Sub-action to perform.

deck_callback_idstring

Deck callback id. Required for duplicate and delete.

slide_callback_idstring

Slide callback id. Required for duplicate and delete.

uuidstring

Target deck callback id. Required for speaker_notes only — add_sources_to_slides_note carries its id at data.uuid instead.

typestring

Note sub-type. Required for speaker_notes only.

Response

Slide action completed.

successboolean

true on success (omitted by some legacy handlers).