Download a ZIP archive of all user data (memories + documents).
Available regardless of subscription status for data portability.
cURL
curl --request GET \ --url https://api.example.com/api/export \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response