Skip to main content
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

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

id
string
required

Institution (Digital Twin) id

Response

Quote details

unprocessedFiles
integer

Files with no completed KAG job yet

unprocessedChunks
integer

Total chunks across those files

estimatedTokens
integer

Estimated extraction tokens (includes a 1.2x safety buffer)