Guides

How to export your Sprachmemo notes to anywhere

Markdown, JSON, raw audio. Pipe into Obsidian, Notion, your CMS, your own scripts. No lock-in.

Export
Markdown
How-to
Finn Glas
Finn GlasCo-Founder + Engineering
·April 15, 2026·
1 min read

Key takeaways

Per-note Markdown export from the note's header menu - one click, one file.
Account-wide JSON + audio export from /orgs/<your-id>/export for archive purposes.
Raw audio is downloadable per recording from the recording row's download icon.
Self-serve account deletion permanently removes everything within the grace window.
Step by step
1

Open the note

Navigate to /notes, click any note to open the detail page.

2

Hit Export in the header

The header bar has a Download button labelled Export. One click.

3

Get the Markdown file

Browser downloads <title>.md. Title, body, every recording transcribed inline.

Markdown - the everyday export

Open any note. The header has an Export button. One click writes a Markdown file: the note title becomes the H1, the note body lands as prose, and every recording becomes an H2 with its filename + timestamp + transcript. Drop it into Obsidian, into a Notion paste, into your git repo - Markdown is the universal currency.

JSON + audio - the archive export

The account-wide GDPR export (under your settings → 'Daten exportieren') bundles a zip with: every note as a JSON object, every recording as JSON pointing at an inline WAV file, and a manifest. This is the format you want for backups and for moving to another tool down the road.

Raw audio - per recording

Each recording row in the note editor has a download icon. Click it and your browser saves the WAV file. Mono, 16 kHz, 16-bit - the format Vosk reads, the format every audio editor on Earth reads.

Programmatic export

Power users: every note + recording is reachable via the CRUD API (/xapi2/data/voice_note, /xapi2/data/recording) with a personal access token. Drop-in clients in 15 languages exist; the CLI exposes voice_note list + recording list. Pipe to your own scripts as needed.

Try Sprachmemo

Free plan, no credit card. We host in Germany. You can export and delete everything self-serve.

Finn Glas

Written by

Finn Glas

Co-Founder + Engineering

Finn is one of the Co-Founders. He owns the engineering side, the infrastructure, and most of the late-night fixes that ship before anyone notices.

finn.glas at aicuflow dot comLinkedInWebsite