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/auth/checkActivateCode \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"activateCode": "<string>"
}
'{
"success": true,
"valid": true
}Validates whether the provided activation code is valid for the user.
Rate Limiting: 10 requests per minute per IP address.
curl --request POST \
--url https://pria.praxislxp.com/api/auth/checkActivateCode \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"activateCode": "<string>"
}
'{
"success": true,
"valid": true
}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?