Postman Collection
Test the PowerPoint Engine API with our comprehensive Postman collection. All endpoints pre-configured with examples and documentation.
📮
PowerPoint Engine API Collection
Complete Postman collection with all API endpoints, authentication, examples, and automated tests. Ready to import and use.
✨ What's Included
- ✓All API endpoints with examples
- ✓Pre-configured authentication
- ✓Environment variables setup
- ✓Automated test scripts
- ✓Sample request/response data
- ✓Rate limiting and error handling
🚀 Quick Start
- Download the collection file
- Import into Postman
- Set your API key in environment
- Start testing endpoints
Need an API key? Sign up for free
Included Endpoints
🔐
Authentication
API key validation
📄
Presentations
Create, get, list, download
🎨
Templates
List, get details, upload
🔔
Webhooks
Create, list, delete
Environment Setup
After importing, create a new environment with these variables:
api_key: your_powerpoint_engine_api_key
base_url: https://api.powerpointengine.io
Keep your API key secure
Never share your API key or commit it to version control
Sample Request
/v1/presentations
{
"template": "business-report",
"data": {
"title": "Q4 Business Report",
"slides": [
{
"type": "title",
"title": "Sales Performance",
"subtitle": "Outstanding results"
}
]
}
}
Import Instructions
Download
Download the collection JSON file
Import
Open Postman → Import → Upload file
Configure
Set environment variables
Test
Start making API requests