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

a01cb764a085

Template Converter

Create a work-area adjustment on a template-conversion

Applies a selected work-area adjustment to the given slide of a conversion job. All parameters are supplied in the request body.

selection is validated against the options currently available for that slide — fetch them first via GET /api/v1/template-converter/work-area-options.

post/api/v1/template-converter/adjust-work-area

Request body

callbackIdstring required

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

slideIndexinteger required

Zero-based slide index.

selectionstring required

The work-area option to apply. Must be one of the options currently available for this slide, as returned by GET /api/v1/template-converter/work-area-options.

Response

Adjustment applied.

successboolean

true on success (omitted by some legacy handlers).