Skip to main content
POST
Research a question and cite the answer

Authorizations

Authorization
string
header
required

An API key, sent as Authorization: Bearer enc_…. A dashboard session cookie works on the same route.

Body

application/json
question
string
required

What to research. query is accepted as an alias.

Maximum string length: 1000
Example:

"how do solid state batteries differ from lithium ion in practice"

depth
integer
default:2

Rounds of search-and-read. Round one searches what the question obviously needs; each round after asks what is still missing and searches for that. A round may end the report early by finding nothing missing, which is a correct answer rather than a shortcut.

Required range: 1 <= x <= 3
max_sources
integer
default:24

How many pages may be cited.

Required range: 1 <= x <= 24
freshness
enum<string>

Restricts every search behind the report.

Available options:
any,
day,
week,
month,
year
lang
string

Response

The report

success
boolean
message
string
result
object
Last modified on September 24, 2026