Ontora offers four export endpoints, all returning Markdown (or a ZIP of Markdown). All require an API key with theDocumentation Index
Fetch the complete documentation index at: https://docs.ontora.com/llms.txt
Use this file to discover all available pages before exploring further.
exports scope.
A single transcript
All transcripts as a ZIP
.md file per completed conversation, named by contact.
Dashboard summary
A short Markdown summary of the campaign — useful for embedding in PR descriptions, Notion pages, or status updates.Full synthesis report
The full report combines cartography, roadmap, and personas into a single long-form Markdown document — ready to send to a stakeholder.CLI shortcuts
When the report isn’t ready yet
If you call the export endpoints before synthesis has completed, you’ll get a409 Conflict with a synthesis_pending error. Subscribe to synthesis.completed instead of polling.