Encelade API Docs

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"]}'