/search/v2/free-search
The same retrieval stack that powers everything else, scoped to a fixed ten-hit window so anyone can try the live index without an account or wiring auth. Returns ranked results with contextified snippets, the shape production code will consume.
Request body
- questionstring · required1–500 chars. The question your results should answer.
- algorithmenum · hybrid-3Workhorse ranker. Lexical, baseline, hamming, hybrid-1/2/3, and company.
- n_resultsint · 10 fixedFree tier locks the page at ten hits.
- filters · expansions · enrichments · …—Full parameter list. See the OpenAPI spec.
Response
Ranked result objects with snippets and metadata (see spec for the full result shape).
Best for
Demos, evaluations, and read-the-docs hello-worlds. Move to fast-search once you need a real result window or production reliability.
Open in spec ↗
