cURL
curl --request POST \ --url https://api.ravan.ai/api/v1/rag/refresh \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "org_id": "<string>", "kb_id": "<string>" } '
{ "success": true, "message": "<string>", "data": {} }
Refresh Knowledge Base.
Documentation IndexFetch the complete documentation index at: https://docs.ravan.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ravan.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful response