Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
curl --request POST \
--url https://pria.praxislxp.com/api/user/data/export \
--header 'x-access-token: <api-key>'{
"estimatedSeconds": 123
}Rate-limited to 1 request per user per hour. Returns 202 immediately and kicks off a background build that streams the ZIP to /uploads/<userId>/gdpr-export-<ts>.zip and emails a 30-day-signed download link to the user’s address. Contents: README.txt + dialogues.csv + uploads.csv + memory.csv + assets/. The ZIP reflects state at job start; concurrent deletes during the build are best-effort. If the build fails (disk full, mail relay down, etc.) a failure email is sent and the partial ZIP is removed.
curl --request POST \
--url https://pria.praxislxp.com/api/user/data/export \
--header 'x-access-token: <api-key>'{
"estimatedSeconds": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?