Skip to main content
POST
/
knowledge_base
/
refresh
Regenerate embeddings
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.

Body

application/json
namespace
string
required

Knowledge base namespace identifier.

Response

Refresh job created.

ok
boolean
required
job_id
string
required

Job identifier — poll /knowledge_base/get_status for progress.

status
enum<string>
required
Available options:
processing