Synthesized answer with citations from the 9-provider fan-out
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.
Authorizations
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Body
Response
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.