Scan vault uploads for content quality
curl --request POST \
--url https://pria.praxislxp.com/api/user/uploads/vault-health \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"vault": "personal"
}
'{
"scanned": 123,
"flagged": 123
}IP Vault
Scan vault uploads for content quality
Analyzes embedding chunks for unoptimized content (JavaScript, HTML, CSS, SQL, JSON) and assigns a vaultHealthScore (0-100) to each unscanned upload. Only processes uploads with vaultHealthScore null. Idempotent - re-running skips already-scanned files.
POST
/
api
/
user
/
uploads
/
vault-health
Scan vault uploads for content quality
curl --request POST \
--url https://pria.praxislxp.com/api/user/uploads/vault-health \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"vault": "personal"
}
'{
"scanned": 123,
"flagged": 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.
Authorizations
JWT token passed in x-access-token header
Body
application/json
Which vault to scan
Available options:
personal, instance, account Was this page helpful?
⌘I