Triggers re-embedding for all sources in a namespace. This is always async — returns a job_id with status “processing”. Poll /knowledge_base/get_status to track completion. Requires ‘full’ scope.
curl --request POST \
--url https://api.svantic.com/knowledge_base/refresh \
--header 'Content-Type: application/json' \
--data '
{
"namespace": "string"
}
'{
"ok": true,
"job_id": "string",
"status": "processing"
}Documentation Index
Fetch the complete documentation index at: https://docs.svantic.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.svantic.com/knowledge_base/refresh \
--header 'Content-Type: application/json' \
--data '
{
"namespace": "string"
}
'{
"ok": true,
"job_id": "string",
"status": "processing"
}