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

a01cb764a085

Template Converter

Finalise a chunked PPTX upload

Concludes a chunked upload. fileIdentifier must match the requestIdentifier used when uploading the chunks via POST /api/v1/template-converter/preprocess.

The finalised file must be a .pptx, no larger than 200 MB, and no more than 100 pages. Runs before the conversion's callback_id exists — the fileId it returns is what you pass to POST /api/v1/template-converter/start.

post/api/v1/template-converter/finalprocess

Request body

fileIdentifierstring required

Identifier shared across all chunks of this upload. Must match the requestIdentifier sent with each chunk.

fileNamestring required

Final filename. Must end in .pptx.

Response

File assembled.

status'success'

Upload status.

logstring

Human-readable confirmation, for example "File uploaded successfully".