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.sharc.sh/v1/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "collection": "<string>", "limit": 25, "extensionFilter": [ "<string>" ] } '
{ "results": [ { "score": 123, "content": "<string>", "relativePath": "<string>", "startLine": 123, "endLine": 123 } ] }
Hybrid semantic search over an indexed collection.
Pass your key in Authorization: Bearer .
1 <= x <= 50
Search results
Show child attributes