Skip to main content
POST
Research Context

Authorizations

Authorization
string
header
required

The API key to authenticate requests. Obtainable from the web dashboard.

Body

application/json
query
string
required

The research question or topic to investigate.

Minimum string length: 1
instruction
string

Additional guidance that shapes how results are gathered and summarized, such as the desired focus, format, or level of detail.

effort
enum<string>

The amount of effort applied to a research request. Higher effort explores more sources and produces a more thorough result, at the cost of latency.

Available options:
low,
medium,
high

Response

OK

summary
string
required

Synthesized answer to the research query, in Markdown format.

sources
object[]
required

The sources that support the summary.

effort
enum<string>
required

The amount of effort applied to a research request. Higher effort explores more sources and produces a more thorough result, at the cost of latency.

Available options:
low,
medium,
high