Skip to main content

Prezent Platform API

The Prezent Platform API exposes Prezent's AutoGenerator, Template Converter, Audiences, Themes, and File-upload services behind a single uniform JSON HTTP API.

This documentation describes the agent-ready, target shape of the API:

  • Single uniform success envelope { "success": true, "data": { ... } }.
  • Single uniform error envelope { "success": false, "data": null, "error": { ... } }.
  • API key (Bearer) authentication for every endpoint (Authorization: Bearer <api_key>).
  • Stable error code catalog with consistent HTTP-status mapping.
  • Predictable async patterns based on callback_id, with strict HTTP-status mapping on v2 status endpoints.

Where to start

If you want toGo to
Make your first callGetting Started
Browse every endpoint interactivelyAPI Reference
Connect Claude / Cursor / Cline as an agentAgents & MCP
Learn about rate limits and error codesDeveloper Guide
Generate decks from promptsAutoGenerator API
Apply a brand template to an existing deckTemplate Converter API
List/search audience profilesAudiences
List the brand themes available to your companyThemes
Upload, preprocess, or validate supporting filesFile Upload
Mint short-lived access tokens for stored filesFile Access
Check service healthHealth
Provision and manage users (SCIM 2.0)SCIM — User Management
Stay current on releasesChange Log

Need help?

Reach out to your Customer Success Manager or email success@prezent.ai.