Estimate cost of processing personal-vault files through KAG extraction
curl --request GET \
--url https://pria.praxislxp.com/api/user/kag/personal/backfill-quote \
--header 'x-access-token: <api-key>'{
"unprocessedFiles": 123,
"unprocessedChunks": 123,
"estimatedTokens": 123
}User Profile
Estimate cost of processing personal-vault files through KAG extraction
Returns how many of the caller’s personal-vault files (and their chunks) still need knowledge-graph extraction at the current extraction version, plus an estimated TOKEN cost (with a 1.2x safety buffer). Token→credit conversion is handled separately; this endpoint reports tokens, not credits.
GET
/
api
/
user
/
kag
/
personal
/
backfill-quote
Estimate cost of processing personal-vault files through KAG extraction
curl --request GET \
--url https://pria.praxislxp.com/api/user/kag/personal/backfill-quote \
--header 'x-access-token: <api-key>'{
"unprocessedFiles": 123,
"unprocessedChunks": 123,
"estimatedTokens": 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
Was this page helpful?
Search RAG content for user using a specified query stringStart (or resume) KAG backfill for the caller's personal vault
⌘I