Skip to main content
POST
Run deep search
Submits a Deep Search query and returns the generated answer in the same request.

Example

Response

answer can be any non-null JSON value. The object above reflects the current upstream format, but clients should pass through or inspect the value dynamically instead of requiring Citations, Result, or a string. If the workflow completes without a generated result, the response can use success: false:

Authorizations

Authorization
string
header
default:lev8_live_...
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string

Optional stable key for this logical request. When omitted, lev8 generates one and returns it in the response Header.

Maximum string length: 128

Body

application/json
query
string
required

Natural-language research question to answer with Deep Search.

Required string length: 1 - 4000
Example:

"What does OpenAI do and who is its CEO?"

Response

Deep Search answer.

success
boolean
required
Example:

true

answer
required

Any non-null JSON value returned by Deep Search. Clients must not assume a fixed string or object shape.

Example: