/search/v2/fast-search
The everyday workhorse. n_results scales to 100, n_probes to 50, and n_contextify up to 1024, enough to feed a long-context model without follow-up calls. Sub-second p50 latency under Api-Key auth, ready for production RAG.
Request body
- questionstring · required1–500 chars.
- algorithmenum · hybrid-3Default workhorse ranker. Lexical, baseline, hamming, hybrid-1/2/3, and company are supported.
- n_resultsint · 10–100 · 10Up to a hundred hits per call.
- n_probes · filters · expansions · …—Full parameter list. See the OpenAPI spec.
Response
Inline ranked results.
Best for
Live retrieval inside an LLM application, RAG pipelines, dashboards, and anything where you want a real page of results in one round trip.
Open in spec ↗
