curl -X POST https://api.ravan.ai/api/v1/rag/refresh \ -H "X-Api-Key: YOUR_API_KEY" -H "Content-Type: application/json" \ -d '{"org_id": "1268c1f0-19f3-47db-aefb-c16a7c3ace6e", "kb_id": "product_docs"}'
{ "success": true, "message": "Knowledge base refresh initiated" }
Re-crawl and re-index all documents in a knowledge base to pick up content changes from the original sources.
Successful response