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/admin/charts \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"institution": "<string>",
"minimum": true
}
'{
"success": true,
"data": [
{
"_id": "<string>",
"name": "<string>",
"type": "<string>",
"data": {},
"institution": "<string>",
"created": "2023-11-07T05:31:56Z"
}
]
}Retrieves charts with optional filtering
curl --request POST \
--url https://pria.praxislxp.com/api/admin/charts \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"institution": "<string>",
"minimum": true
}
'{
"success": true,
"data": [
{
"_id": "<string>",
"name": "<string>",
"type": "<string>",
"data": {},
"institution": "<string>",
"created": "2023-11-07T05:31:56Z"
}
]
}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?