Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
curl --request GET \
--url https://pria.praxislxp.com/api/user/history/{id}/thinking{
"success": true,
"thinking": [
{
"id": "round-0",
"round": 0,
"text": "<string>",
"signature": "<string>",
"model": "<string>",
"durationMs": 123
}
]
}List endpoints (/api/user/histories, /api/user/favorites) project out the
bulk thinking text and expose only a hasThinking boolean for the UI badge.
This endpoint returns the full thinking array on demand, fired by the UI when
the user expands the lightbulb <details> block.
curl --request GET \
--url https://pria.praxislxp.com/api/user/history/{id}/thinking{
"success": true,
"thinking": [
{
"id": "round-0",
"round": 0,
"text": "<string>",
"signature": "<string>",
"model": "<string>",
"durationMs": 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?