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

a01cb764a085

Template Converter

Create a format modification on a template-conversion

Applies a batch of format modifications (title-formatting, body-formatting) to a converted deck and re-renders the affected slides. Returns a new callback_id to poll. All parameters are supplied in the request body.

The conversion must have completed before this can be called.

post/api/v1/template-converter/modify-format

Request body

callbackIdstring required

Conversion job id. Must correspond to a live, completed conversion.

slideIndexinteger[] required

Zero-based indices of the slides to restyle. Each value must be within the deck's slide count.

selection_type'single' | 'all' | 'custom' | 'apply to slides after the current slide' | 'apply to slides before the current slide'

How the selection was made. Derived automatically when omitted.

overall_settings_selectedboolean

When true, deck-level settings are applied and modify_format_config is not required. When false or omitted, modify_format_config is required.

Response

Pipeline accepted; poll the returned callback_id.

status'processing' required

Always "processing" — the derived pipeline has been accepted and is running.

callbackIdstring required

Callback id of the newly started pipeline. Note the camelCase spelling.

presentationNamestring

Resolved presentation name. Returned by template-change and the review-suggestions PATCH; may be an empty string.