Same fan-out as /search/sources, plus an LLM synthesis pass that produces a cited answer. Returns { answer, citations, cost } — the underlying sources are not echoed back; call /search/sources separately if you need the raw evidence pile. When the synthesis model fails (timeout, malformed structured output), the endpoint still returns 200 with answer: null and cost.synthesis_error set, but no result list. Charges sum of upstream provider costs + LLM token cost + $0.03 lava-search markup.
Documentation Index
Fetch the complete documentation index at: https://lava.so/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Synthesized answer with citations. When the LLM step fails, answer is null and cost.synthesis_error is set; the rest of the payload is unchanged. Underlying sources are not echoed back — call /search/sources separately if needed.