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

x-access-token
string
header
required

JWT token passed in x-access-token header

Response

Quote details

unprocessedFiles
integer

Personal 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)