Skip to main content

Introduction to the Prezent Platform API

The Prezent Platform API exposes Prezent's content-generation and template-conversion services as a uniform JSON HTTP API. It is designed to be agent-friendly: every documented endpoint uses the same success and error envelopes, the same error code catalog, and the same async polling pattern.

What you can do

Authentication

All endpoints use API key (Bearer) authentication:

Authorization: Bearer YOUR_API_KEY

API keys are issued by your Customer Success Manager. See Getting Started → Authentication for the full details.

Try the interactive API reference

The full endpoint reference (with request and response schemas, query parameters, and try-it-out forms) lives at the API Reference page. You can also download the raw OpenAPI YAML for use with code-generation tools.

Next steps