Request
Node.js and Python examples use the Bulkgrid SDKs. SetBULKGRID_API_KEY in your backend environment; cURL examples also use BULKGRID_BASE_URL=https://bulkgrid.com.
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