cURL
curl --request POST \ --url https://your-domain.com/api/knowledge-bases/{kb_id}/retrieve \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "top_k": 5 } '
{ "success": true, "data": "<unknown>", "error": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.fim.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fim.ai/llms.txt
Use this file to discover all available pages before exploring further.
1
1 <= x <= 50
Successful Response