Export & data portability

On this page

Your conversations, transcripts, and findings are yours, and dembrane makes them easy to take with you. Download a single transcript, export a whole project’s transcripts as a zip, pull structured data as CSV or Excel, export a report as a PDF, or fetch everything over the API. At any point you can get your data out, in formats other tools understand.

If you can read a conversation, you can export its transcript - most roles that read content can export it. Whole-workspace export is an admin capability; automated API export is for developers, covered in export & integrations.

What you can export

A single transcript. From a conversation’s detail view, copy the text to your clipboard, download a PDF, or pull the plain text via the API (GET /api/conversations/{cid}/transcript).

A whole project’s transcripts. Export all of a project’s transcripts at once as a zip, each conversation its own Markdown file (GET /api/projects/{pid}/transcripts). The fastest way to hand someone a complete, readable record.

CSV / Excel. From a project’s integrations / export area, export structured data as CSV or Excel - the right choice for analysing in a spreadsheet or feeding another tool.

Reports. A report you’ve built exports as a PDF: the assembled, multi-section document, ready to share or print. Reports can also be scheduled and emailed.

Where to find it

Tip

For a one-off handover, the transcript zip plus a report PDF usually covers it - the raw record plus the synthesis. For anything recurring, reach for the API.

The API, for recurring exports

Everything above can be done by hand, but if you need it regularly, dembrane exposes the same data over its API - pulling transcripts on a schedule into your own warehouse, triggering exports from your tooling, or combining export with webhooks so a finished report flows straight into your systems. Endpoints, auth, and patterns are on export & integrations.

Note

Export gives you the output and the API automates pulling it. If your goal is to react to events - a conversation finished, a report generated - rather than pull on demand, look at webhooks & integrations instead.

Related

Comments