Skip to main content
Ontora offers four export endpoints, all returning Markdown (or a ZIP of Markdown). All require an API key with the exports scope.
Use a workspace API key for these endpoints. Vault retrieval keys only work with the /v1/retrieval endpoints and cannot export campaign transcripts or reports.

A single transcript

The Markdown includes contact metadata, the conversation date, and turn-by-turn dialogue with timestamps.

All transcripts as a ZIP

The archive contains one .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 a 409 Conflict with a synthesis_pending error. Subscribe to synthesis.completed instead of polling.