Estimate cost of processing a Digital Twin's files through KAG extraction
curl --request GET \
--url https://pria.praxislxp.com/api/user/institution/{id}/kag/backfill-quote \
--header 'x-access-token: <api-key>'{
"unprocessedFiles": 123,
"unprocessedChunks": 123,
"estimatedTokens": 123
}User Profile
Estimate cost of processing a Digital Twin's files through KAG extraction
Returns how many of the institution’s (Digital Twin’s) files still need knowledge-graph extraction at the current extraction version, plus an estimated TOKEN cost (with a 1.2x safety buffer). Authorized per-instance via institutions.edit (super bypasses) — NOT the global admin gate — so a per-institution admin can run it for the Twin they manage.
GET
/
api
/
user
/
institution
/
{id}
/
kag
/
backfill-quote
Estimate cost of processing a Digital Twin's files through KAG extraction
curl --request GET \
--url https://pria.praxislxp.com/api/user/institution/{id}/kag/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
Path Parameters
Institution (Digital Twin) id
Was this page helpful?
Cancel the caller's in-progress personal KAG backfillRead-only funnel diagnostic for a Digital Twin's KAG backfill quote
⌘I