> ## Documentation Index
> Fetch the complete documentation index at: https://bulkgrid.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Endpoints

> Search indexed content and retrieve ranked results synchronously.

Search currently centers on `POST /api/v1/search`.

## What this endpoint does

* accepts a query
* optionally scopes to a collection
* returns ranked results immediately
* exposes lexical and semantic scoring controls

## Best companion docs

* [First Search Request](/getting-started/first-search-request)
* [Search](/guides/search)
