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
- Generate decks from natural-language prompts, files, and assets — the AutoGenerator API.
- Apply a brand template to an uploaded deck and drive smart-edit refinements — the Template Converter API.
- Drive everything from an AI agent — Claude, Cursor, Cline, and other MCP-aware clients connect to Prezent via the hosted Model Context Protocol server. See Agents & MCP.
- Manage supporting data — Audiences, Themes, File Upload, File Access, Health.
- Provision users via SCIM 2.0 — the SCIM — User Management API.
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
- Getting Started — make your first call.
- Agents & MCP — connect Claude, Cursor, Cline, Continue, or Zed and call the API as agent tools.
- Developer Guide — rate limits, error codes, async patterns, best practices.
- API Reference — interactive endpoint reference.
- Change Log — stay current on releases.