Use search when you already have indexed content and want immediate ranked retrieval.Documentation Index
Fetch the complete documentation index at: https://docs.bulkgrid.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Important request fields
query: the search textlimit: number of results to return, up to50collectionId: optional collection scopefullTextWeight,semanticWeight,rrfK: ranking controls
Example response
What this tells you
- search is synchronous
- each result points to a source URL and source document identifiers
- ranking combines lexical and semantic signals
- you can use the response directly in retrieval and answer-generation workflows