Start (or resume) KAG backfill for the caller's personal vault
curl --request POST \
--url https://pria.praxislxp.com/api/user/kag/personal/backfill \
--header 'x-access-token: <api-key>'{
"ok": true,
"summary": {}
}User Profile
Start (or resume) KAG backfill for the caller's personal vault
Enqueues knowledge-graph extraction jobs for the caller’s eligible personal-vault files (one job per file, reusing the existing backfill machinery). Returns 409 if a personal backfill is already in progress. Backfill jobs run at a lower priority than live uploads.
POST
/
api
/
user
/
kag
/
personal
/
backfill
Start (or resume) KAG backfill for the caller's personal vault
curl --request POST \
--url https://pria.praxislxp.com/api/user/kag/personal/backfill \
--header 'x-access-token: <api-key>'{
"ok": true,
"summary": {}
}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.
Was this page helpful?
Estimate cost of processing personal-vault files through KAG extractionAggregate status of the caller's personal-vault KAG jobs
⌘I