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

a01cb764a085

Template Converter

Create a layout update on a template-conversion

Updates the layout of one or more slides and re-renders the affected portion of the converted deck. Returns a new callback_id to poll. All parameters are supplied in the request body.

post/api/v1/template-converter/update-layout

Request body

callbackIdstring required

Conversion job id. Must correspond to a live conversion session.

slideIndexinteger[] required

Zero-based indices of the slides to update. Must be an array with at least one element, even for a single slide.

layoutIdstring required

Target layout id, taken from GET /api/v1/template-converter/layouts.

source'targetTemplateLayouts' | 'inputDeckLayouts' required

Which layout collection layoutId belongs to.

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.