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 AutoGenerator API

Long-running and synchronous endpoints that generate and manipulate AI-authored presentations from prompts, files, and assets.

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

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

This API exposes 14 operations across 14 paths, and defines 28 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.

14 operations 14 paths 28 schemas 1 GET13 POST

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 AutoGenerator 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 14

Across 14 paths, the API surfaces 14 operations — 1 GET, 13 POST. Each is listed below with its method, path, parameters, and response codes.

AutoGenerator 14

Long-running and synchronous endpoints that generate and manipulate AI-authored presentations from prompts, files, and assets.

POST
/api/v1/autogenerations
Create an AutoGenerator job
createAutogeneration 1 param body → 200400401403404409422429
GET
/api/v1/autogenerations/{callback_id}
Read an AutoGenerator job
getAutogeneration 4 params → 200400401403404422429500
POST
/api/v1/autogenerations/lookups
Look up multiple AutoGenerator jobs in one call
createAutogenerationLookup body → 200400401403404422429500
POST
/api/v1/autogenerator/meta
Fetch slide-metadata for asset IDs
getAutoGeneratorMeta body → 200400401403404422429500
POST
/api/v1/autogenerations/{callback_id}/downloads
Create a download artefact for an AutoGenerator deck
createAutogenerationDownload 1 param body → 200400401403404422429500
POST
/api/v1/autogenerations/{callback_id}/regenerations
Create a regeneration of an AutoGenerator deck
createAutogenerationRegeneration 2 params body → 200400401403404422429500
POST
/api/v1/autogenerations/{callback_id}/node-changes
Create a node-level change on an AutoGenerator slide
createAutogenerationNodeChange 1 param body → 200400401403404422429500
POST
/api/v1/autogenerator/slide-data
Fetch slide data for a single slide callback
getAutoGeneratorSlideData body → 200400401403404422429500
POST
/api/v1/autogenerations/{callback_id}/image-extractions
Create an image-extraction for an AutoGenerator deck
createAutogenerationImageExtraction 1 param body → 200400401403404422429500
POST
/api/v1/autogenerator/brand-image-search
Search the caller's brand-image library
searchAutoGeneratorBrandImages body → 200400401403404422429500
POST
/api/v1/autogenerator/library-image-search
Search the configured stock-image library
searchAutoGeneratorLibraryImages body → 200400401403404422429500
POST
/api/v1/autogenerations/{callback_id}/image-replacements
Create an image replacement on an AutoGenerator slide
createAutogenerationImageReplacement 1 param body → 200400401403404422429500
POST
/api/v1/autogenerations/{callback_id}/reactions
Create a reaction on an AutoGenerator deck
createAutogenerationReaction 1 param body → 200400401403404422429500
POST
/api/v1/autogenerations/{callback_id}/slide-actions
Create a per-slide action on an AutoGenerator deck
createAutogenerationSlideAction 1 param body → 200400401403404422429500

Schemas 28

The contract defines 28 schemas that model the data the API accepts and returns. The most detailed are AutoGeneratorStatusData (18 properties), AutoGeneratorRegenerateRequest (10 properties), AutoGeneratorStartRequest (8 properties), AutoGeneratorDownloadRequest (7 properties). Each schema is shown below with its type and property counts.

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
AutoGeneratorStatusData
object
AutoGenerator job state. The handler emits many legacy top-level fields alongside the documented ones; only the documented fields are part of the contract.
18 properties
AutoGeneratorNodeChangeRequest
object
Request body for POST /api/v1/autogenerator/node-change.
3 properties 2 required
AutoGeneratorLibraryImageSearchRequest
object
Request body for POST /api/v1/autogenerator/library-image-search.
4 properties
AutoGeneratorSlideDataRequest
object
Request body for POST /api/v1/autogenerator/slide-data.
1 property 1 required
AutoGeneratorSlideActionsResponse
Response body for POST /api/v1/autogenerator/slide-actions. The data shape depends on the requested action: - duplicate → { newcallbackid }. - delete → { delet…
AutoGeneratorReactionFeedbackResponse
Response body for POST /api/v1/autogenerator/reaction-feedback.
AutoGeneratorSlideActionsRequest
object
Request body for POST /api/v1/autogenerator/slide-actions. Required fields depend on action: - duplicate / delete → deckcallbackid, slidecallbackid. - addsourc…
6 properties 1 required
ErrorCode
string
Stable identifier for an error condition. Codes never change meaning or HTTP status once published.
AutoGeneratorMetaResponse
Response body for POST /api/v1/autogenerator/meta.
AutoGeneratorGenericDataResponse
Generic success envelope where data is an opaque object passed through from a downstream service. Used by node-change, slide-data, extract-images.
AutoGeneratorReactionFeedbackRequest
object
Request body for POST /api/v1/autogenerator/reaction-feedback.
4 properties 3 required
AutoGeneratorStatusBulkRequest
object
Request body for POST /api/v1/autogenerator/status-bulk.
1 property 1 required
AutoGeneratorRegenerateRequest
object
Request body for POST /api/v1/autogenerator/regenerate.
10 properties 1 required
AutoGeneratorBrandImageSearchRequest
object
Request body for POST /api/v1/autogenerator/brand-image-search.
4 properties 1 required
AutoGeneratorMessageDataResponse
Success envelope with a human-readable message alongside data. Used by image-search and replace-image.
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
AutoGeneratorMetaRequest
object
Request body for POST /api/v1/autogenerator/meta.
2 properties 2 required
AutoGeneratorDownloadRequest
object
Request body for POST /api/v1/autogenerator/download.
7 properties 1 required
AutoGeneratorStatusBulkResponse
object
Response body for POST /api/v1/autogenerator/status-bulk. Standalone schema — unlike most responses, data is an array, so this does not extend SuccessEnvelope…
2 properties 2 required
AutoGeneratorStatusResponse
Response body for GET /api/v1/autogenerator/status.
AutoGeneratorStartRequest
object
Request body for POST /api/v1/autogenerator.
8 properties 1 required
AutoGeneratorRegenerateResponse
Response body for POST /api/v1/autogenerator/regenerate.
CallbackEnvelope
Async-start envelope. data.callbackid is the value the client polls.
AutoGeneratorReplaceImageRequest
object
Request body for POST /api/v1/autogenerator/replace-image.
4 properties 3 required
AutoGeneratorDownloadResponse
Response body for POST /api/v1/autogenerator/download.
AutoGeneratorStartResponse
Response body for POST /api/v1/autogenerator.
AutoGeneratorExtractImagesRequest
object
Request body for POST /api/v1/autogenerator/extract-images.
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

prezent-autogenerator-api-openapi.yml Raw ↑

Other APIs Prezent publishes across the network.

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

This is an independent, third-party profile of Prezent AutoGenerator 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.