Skip to main content
Use search when you already have indexed content and want immediate ranked retrieval.

Request

Node.js and Python examples use the Bulkgrid SDKs. Set BULKGRID_API_KEY in your backend environment; cURL examples also use BULKGRID_BASE_URL=https://bulkgrid.com.

Important request fields

  • query: the search text
  • limit: number of results to return, up to 50
  • collectionId: optional collection scope
  • fullTextWeight, 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

Next step

Read the fuller Search.