POST /v1/deep-search answers an open-ended research question and returns the generated answer in the same response.
Use Deep Search for research and question answering when the input can be expressed as one natural-language query.
Headers
Request body
Response
On success,success is true and answer contains the generated answer as any non-null JSON value. Lev8 passes this value through without converting it or enforcing a fixed string or object shape.
The current search service commonly returns an object with Result for the generated response and Citations for source attribution. Treat those fields as an example of the current upstream format, not as a stable schema guaranteed by the Lev8 API.
success: false with a non-null explanatory answer. Missing or null answers are treated as upstream protocol failures and returned through the standard error envelope.
Errors outside the Deep Search workflow use the standard error envelope.