An answer engine for people and AI agents — clear, cited answers with sources, images, and places.
For most people in 2026, the Breville Barista Express Impress is the best all-around pick — assisted dosing and a built-in grinder make café-quality espresso genuinely approachable1. Enthusiasts favor the Lelit Bianca V3 for its flow-control paddle2, while the De'Longhi La Specialista Maestro balances automation and quality for less3.
A synthesized, cited answer up top — with sources, images, and places one tap away.
Generates sub-queries, searches in parallel, and extracts page content to cross-reference.
One API returns structured JSON: answer, citations, confidence, and sources. Streamable over SSE.
POST a query, get back JSON with an AI-synthesized answer, ranked sources, citations, confidence, and related queries. Fast and deep modes, streaming via SSE, page extraction.
curl -X POST https://search.sh/api/search \
-H "Authorization: Bearer sk-sh_..." \
-d '{
"query": "best vector databases",
"mode": "deep"
}'