MINARA

Export user data

POST /v1/migrate/export — Bundle the requested manifest entries into a portable JSON blob for backup / migration to another deployment.

POST /v1/migrate/export

Bundle the requested manifest entries into a portable JSON blob for backup / migration to another deployment.

MethodPOST
Path/v1/migrate/export
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorymigrate

Request body

{ "include": ["memories", "profile", "preferences"] }

On this page