Encelade API Documentation
Build integrations with the Encelade public API.
API v1 — Now available
Encelade API
Build powerful integrations with AI-powered presentation creation. Generate, manage, and automate — all through a simple REST API.
Generate a presentation
$ curl -X POST /api/public/v1/projects/generate \
-H "x-api-key: YOUR_API_TOKEN" \
-d '{"topic": "Q3 Review", "outlineHints": ["Revenue", "Roadmap"]}'Create Projects
Full CRUD operations on presentations — list, create, update, and delete programmatically.
AI Generation
Generate full presentations from a topic and outline hints with a single API call.
Webhooks
Get notified when generation completes or fails — no polling required.