Skip to main content

Welcome to the Prezent API Platform

Prezent APIs empower your organization to streamline presentation generation and user management at scale. With modular APIs designed for performance, security, and developer experience, you can seamlessly embed Prezent into your workflows.

What You Can Do with Prezent APIs

We currently offer three core APIs:

  • Auto Generator API - Generate polished presentations tailored to your company's brand, structure, and audience needs using natural language prompts and contextual data.
  • Template Converter API - Convert your slides into your company's brand template while ensuring 100% brand compliance and consistent design.
  • SCIM – User Management API - Automate user provisioning from your identity provider to Prezent. Effortlessly manage user access, permissions, and profiles within Prezent.

Quick Start

Get started with our Getting Started Guide, which walks you through:

  • API key generation

    Note: Reach out to your CSM to generate your first API Key.

  • API authentication using bearer tokens

  • Making your first API call using Postman or terminal

  • Tips for securely handling your API key

Once set up, explore the detailed API reference for:

Example: Making an Authenticated Request

curl -X POST https://api.prezent.ai/api/v1/autogenerator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{

"prompt": "Generate a presentation on AI trends"
}'

Need Help?