DocsFeaturesExport

Export

Your memories belong to you. Export the full vault in open formats at any time — no lock-in, no API gymnastics.

What you can export

  • JSON — the full structured record: content, tags, collections, history, timestamps.
  • Markdown — one file per memory, with YAML frontmatter for tags and metadata.
  • CSV — a flat table for spreadsheet tools or analysis.

How to export

  1. In the OmegaVault app: Settings → Export.
  2. Pick a format and optionally scope to a collection or date range.
  3. Click Generate export. You'll get a download link when ready.

Programmatic export

The API exposes a paginated GET /v1/memories endpoint. Stream your entire vault out and process it however you like.

# Pull every memory as JSON
curl -H "Authorization: Bearer $TOKEN" \
  "https://app.omegavault.app/v1/memories?limit=100" \
  | jq '.memories[]'

Deletion

Export first, then delete. The Settings → Account → Delete vault action removes everything permanently. There is no soft-delete.

OmegaVault

Your memory is yours.

Capture once, carry everywhere.

Start Capturing
Free · 200 memories · No card required