Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.shieldbase.ai/external/search \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --header 'X-Client-ID: <api-key>' \ --header 'X-Secret: <api-key>' \ --data ' { "keyword": "<string>", "limit": 20, "group_by_file": false } '
Perform hybrid BM25 + semantic vector search across all indexed content
Search results