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/account/{id}/credits \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"credits": 500,
"note": "INV-2026-0412 annual renewal"
}
'{
"success": true,
"data": {
"account": {
"id": "<string>",
"credits": 123
},
"transfer": {
"_id": "<string>",
"institution": "<string>",
"account": "<string>",
"user": "<string>",
"credits": 123,
"status": "active",
"created": "2023-11-07T05:31:56Z",
"transferMode": 1,
"note": "<string>"
}
},
"message": "Account credits adjusted!"
}Adds or subtracts credits from the given account. Records an AccountTransfer with a mandatory note for audit. Reserved for super administrators - regular admins and account managers receive 403.
curl --request POST \
--url https://pria.praxislxp.com/api/admin/account/{id}/credits \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"credits": 500,
"note": "INV-2026-0412 annual renewal"
}
'{
"success": true,
"data": {
"account": {
"id": "<string>",
"credits": 123
},
"transfer": {
"_id": "<string>",
"institution": "<string>",
"account": "<string>",
"user": "<string>",
"credits": 123,
"status": "active",
"created": "2023-11-07T05:31:56Z",
"transferMode": 1,
"note": "<string>"
}
},
"message": "Account credits adjusted!"
}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
Account ID
Was this page helpful?