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/institutionAbout \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"institution": "678e99009db586c5e9f6c903"
}
'{
"success": true,
"about": "<string>",
"ainame": "<string>"
}Returns the about markdown for a single institution, gated by an active UserInstitution membership for the caller. Used by the Gallery card flip and About modal so the bulk entitlements payload (POST /api/user/refresh/entitlements) does not have to ship the about text for every institution the user belongs to.
curl --request POST \
--url https://pria.praxislxp.com/api/user/institutionAbout \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"institution": "678e99009db586c5e9f6c903"
}
'{
"success": true,
"about": "<string>",
"ainame": "<string>"
}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.
JWT token passed in x-access-token header
Institution _id (must be a valid ObjectId)
"678e99009db586c5e9f6c903"
Was this page helpful?