Present API Documentation
Interactive API Explorer
The Present API enables dynamic generation of PowerPoint presentations from templates. Below you can explore the full API specification.
Authentication Required
To test the API endpoints, you need a valid JWT token. See our Authentication Guide for detailed instructions on obtaining a token.
Quick Start:
- Obtain a JWT token using your Azure AD credentials
- Click the “Authorize” button below or in Swagger UI
- Enter your token with the “Bearer “ prefix
- The token will be automatically included in all API requests
Authorization:
API Overview
The Present API provides endpoints for:
- Template Management - Upload, validate, and manage presentation templates
- Slide Generation - Generate dynamic presentations from templates with custom data
- PDF Conversion - Convert generated presentations to PDF format
- Slide Customization - Customize individual slides with dynamic content
Quick Links
Authentication
All API requests require an API key to be included in the request headers:
X-API-Key: your-api-key-here
Base URLs
| Environment | Base URL |
|---|---|
| Production | https://api.andmoney.dk/v1/present |
| Test | https://api-test.andmoney.dk/v1/present |
Support
For API support and questions, please contact info@andmoney.dk.