Skip to main content

Documentation Index

Fetch the complete documentation index at: https://chronicle.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

April 2026
v1.0.0

Initial public release of the Chronicle API.

  • API key authentication for workspace admins
  • GET /templates for listing available templates
  • GET /presentations/:id for fetching an existing presentation
  • POST /presentations for creating a deck from a template
  • PATCH /presentations/:id for updating presentation metadata (title only)
  • POST /presentations/generate for generating a deck from a prompt
  • GET /presentations/generate/:generationId/status for polling a generation job
  • POST /presentations/generate/:generationId/message for sending follow-up answers when generation requests clarification