How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Prezent Template Converter API

Apply a target brand template to an uploaded presentation, including review suggestions, work-area adjustment, layout change, and download.

Prezent Template Converter API is one of 9 APIs that Prezent publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Template Converter. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 16 operations across 15 paths, and defines 26 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 3 base URLs: https://api.prezent.ai, https://uatstage-api.myprezent.com, https://devstage-api.myprezent.com.

16 operations 15 paths 26 schemas 6 GET1 PATCH8 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api.prezent.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Prezent Template Converter API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (opaque) (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Bearer token authentication. Supply the API key issued by Customer Success as Authorization: Bearer . The API does NOT accept the AWS x-api-key header. Keys ma…

Paths & Operations 16

Across 15 paths, the API surfaces 16 operations — 6 GET, 1 PATCH, 8 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Template Converter 16

Apply a target brand template to an uploaded presentation, including review suggestions, work-area adjustment, layout change, and download.

POST
/api/v1/template-conversions
Create a template-conversion job
createTemplateConversion 1 param body → 200400401403404409422429
GET
/api/v2/template-converter/status/{callback_id}
Poll a template-conversion job (strict status mapping)
getTemplateConverterStatusV2 2 params → 200202400401403404422429
POST
/api/v1/template-conversions/preprocessings
Create a preprocessing chunk for a template-conversion input
createTemplateConversionPreprocessing body → 200400401403404415422429
POST
/api/v1/template-conversions/finalisations
Create a finalisation for a chunked PPTX upload
createTemplateConversionFinalisation body → 200400401403404415422429
GET
/api/v1/template-conversions/{callback_id}/review-suggestions
Read review suggestions for a template-conversion
listTemplateConversionReviewSuggestions 1 param → 200400401403404429500503
PATCH
/api/v1/template-conversions/{callback_id}/review-suggestions
Update review suggestions on a template-conversion
updateTemplateConversionReviewSuggestions 1 param body → 200400401403404422429500
POST
/api/v1/template-conversions/{callback_id}/template-changes
Create a template change on a template-conversion
createTemplateConversionTemplateChange 1 param body → 200400401403404422429500
GET
/api/v1/template-conversions/{callback_id}/download
Read the download URL for a template-conversion
getTemplateConversionDownload 1 param → 200400401403404429500503
POST
/api/v1/template-conversions/{callback_id}/comply-metrics
Create a Comply metrics record on a template-conversion
createTemplateConversionComplyMetrics 1 param body → 200400401403404429500503
PUT
/api/v1/template-conversions/{callback_id}/reactions
Upsert a reaction on a template-conversion
putTemplateConversionReaction 1 param body → 200400401403404422429500
GET
/api/v1/template-conversions/{callback_id}/work-area-options
Read work-area options for a template-conversion slide
listTemplateConversionWorkAreaOptions 2 params → 200400401403404429500503
POST
/api/v1/template-conversions/{callback_id}/work-area-adjustments
Create a work-area adjustment on a template-conversion
createTemplateConversionWorkAreaAdjustment 1 param body → 200400401403404422429500
GET
/api/v1/template-conversions/{callback_id}/layouts
Read layout options for a template-conversion
listTemplateConversionLayouts 2 params → 200400401403404429500503
POST
/api/v1/template-conversions/{callback_id}/layout-updates
Create a layout update on a template-conversion
createTemplateConversionLayoutUpdate 1 param body → 200400401403404422429500
POST
/api/v1/template-conversions/{callback_id}/format-modifications
Create a format modification on a template-conversion
createTemplateConversionFormatModification 1 param body → 200400401403404422429500
GET
/api/v1/template-conversions/{callback_id}/format-modifications/settings
Read available format-modification settings for a template-conversion
getTemplateConversionFormatModificationSettings 1 param → 200400401403404429500503

Schemas 26

The contract defines 26 schemas that model the data the API accepts and returns. The most detailed are TemplateConverterStartRequest (9 properties), PreprocessFileRequest (5 properties), TemplateConverterReactionFeedbackRequest (3 properties), TemplateConverterUpdateLayoutRequest (3 properties). Each schema is shown below with its type and property counts.

TemplateConverterAsyncProcessingResponse
Response for endpoints that kick off a derived conversion pipeline (update-layout, modify-format, template-change, review-suggestions PATCH).
ErrorEnvelope
object
Standard error envelope returned by every documented endpoint (both in-Lambda and gateway-level errors). Additional legacy keys may appear alongside success/da…
3 properties 3 required
TemplateConverterModifyFormatSettingsResponse
Response body for GET /api/v1/template-converter/modify-format-settings.
TemplateConverterLayoutsResponse
Response body for GET /api/v1/template-converter/layouts.
TemplateConverterStatusV2SuccessResponse
Response body for GET /api/v2/template-converter/status/{callbackid} when the pipeline has completed successfully. Returned with HTTP 200.
PreprocessFileResponse
Response body for POST /api/v1/preprocess and POST /api/v1/template-converter/preprocess.
TemplateConverterAdjustWorkAreaRequest
object
Request body for POST /api/v1/template-converter/adjust-work-area.
3 properties 3 required
TemplateConverterStartRequest
object
Request body for POST /api/v1/template-converter/start.
9 properties 1 required
TemplateConverterUpdateLayoutRequest
object
Request body for POST /api/v1/template-converter/update-layout.
3 properties 3 required
TemplateConverterReactionFeedbackRequest
object
Request body for PUT /api/v1/template-converter/reaction-feedback.
3 properties 3 required
TemplateConverterFinalprocessResponse
Response body for POST /api/v1/template-converter/finalprocess.
ErrorCode
string
Stable identifier for an error condition. Codes never change meaning or HTTP status once published.
TemplateConverterDownloadResponse
Response body for GET /api/v1/template-converter/download/{callbackid}.
TemplateConverterGenericResponse
Generic success envelope for Template Converter endpoints whose data is opaque or message-only (comply-metrics, adjust-work-area).
TemplateConverterWorkAreaOptionsResponse
Response body for GET /api/v1/template-converter/work-area-options.
PreprocessFileRequest
object
Request body for POST /api/v1/preprocess and POST /api/v1/template-converter/preprocess.
5 properties 5 required
TemplateConverterStatusV2InProgressResponse
Response body for GET /api/v2/template-converter/status/{callbackid} when the pipeline is still running. Returned with HTTP 202.
TemplateConverterFinalprocessRequest
object
Request body for POST /api/v1/template-converter/finalprocess.
2 properties 2 required
SuccessEnvelope
object
Standard success envelope. Endpoint-specific schemas extend this and constrain the data property to their concrete shape. Additional legacy keys (status, log,…
2 properties 1 required
TemplateConverterStartResponse
Response body for POST /api/v1/template-converter/start.
TemplateConverterReviewSuggestionsResponse
Response body for GET /api/v1/template-converter/{callbackid}/review-suggestions.
TemplateConverterModifyFormatRequest
object
Request body for POST /api/v1/template-converter/modify-format.
2 properties 2 required
TemplateConverterTemplateChangeRequest
object
Request body for POST /api/v1/template-converter/{callbackid}/template-change.
2 properties 1 required
TemplateConverterReviewSuggestionsPatchRequest
object
Request body for PATCH /api/v1/template-converter/{callbackid}/review-suggestions.
1 property 1 required
TemplateConverterReactionFeedbackResponse
Response body for PUT /api/v1/template-converter/reaction-feedback.
CallbackEnvelope
Async-start envelope. data.callbackid is the value the client polls.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

prezent-template-converter-api-openapi.yml Raw ↑

Other APIs Prezent publishes across the network.

Prezent Audiences API
Prezent AutoGenerator API
Prezent File Access API
Prezent Health API
Prezent Streaming API
Prezent Themes API
Prezent Upload API
Prezent Webhooks API
Where this information came from

This is an independent, third-party profile of Prezent Template Converter API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.