nicememhelpOpen nicemem →

Export & data ownership

Everything you've stored, one request away, on every plan.

Your memories are yours. The export endpoint exists so that's a property of the product, not a promise:

curl -s https://nicemem.com/api/v1/export \
  -H "Authorization: Bearer nicemem_sk_…" > memories.ndjson

One request, no pagination, available on every plan — reads are never limited.

The format

NDJSON: one memory per line, each a complete JSON record — content, title, kind, tags, space, source, timestamps, the lot. It's the same shape the API returns, so anything you build against the API can consume an export.

What's included

Everything the key can see. A full-access key exports your whole store; a space-pinned key exports its pinned space plus open spaces. Not included: deleted memories, and inbox writes still pending approval — they haven't been committed to the store yet.

No lock-in, stated plainly

We'd rather you stay because the product is good than because leaving is hard. Export is a stable, documented surface: if you want your data somewhere else, take it there.