Skip to content

Data Export

Your data is yours. Take it with you anytime.


Text Figaro:

Export all my data

or

I want a copy of my data

Figaro will generate a download link and send it to you.


Your export contains everything:

CategoryContents
ProfileName, phone, location, timezone, preferences
MessagesFull conversation history with timestamps
ListsAll lists and their items
RemindersAll reminders (pending and sent)
MemoriesEverything Figaro remembers about you
IntegrationsWhich services are connected (not passwords)

Your data is exported as JSON — a standard, readable format that works with most programming tools and can be imported elsewhere.

Example structure:

{
"profile": {
"phone": "+1...",
"name": "Sarah",
"location": "Seattle",
"timezone": "America/Los_Angeles"
},
"messages": [...],
"lists": [...],
"reminders": [...],
"memories": [...]
}

Open the JSON file in any text editor. It’s human-readable.

Import into Excel, Google Sheets, or any data tool that reads JSON.

JSON is the standard for APIs — use it in your own apps.

Your data in a portable format means you’re never locked in.


  • Generation: Usually instant, up to a few minutes for large accounts
  • Download link: Valid for 24 hours
  • No limit: Export as often as you want

You can also export from app.textfigaro.com:

  1. Go to Settings
  2. Click Export Data
  3. Download the JSON file

Part of our Privacy Pledge is that your data is yours. That means:

  • You can see everything we have
  • You can delete anything or everything
  • You can take it with you

No lock-in. No tricks. No “please don’t go” dark patterns.