v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-05-056151218.0 KB
Research

Research

Execute AI-powered research queries that search the web, analyze sources, and synthesize comprehensive answers. This endpoint always streams responses using Server-Sent Events (SSE).

Streaming Response:

  • All responses are streamed using Server-Sent Events (text/event-stream)
  • Real-time progress updates as research progresses through phases

Research Modes:

  • fast - Quick answers with minimal web searches (default)
  • balanced - Standard research with multiple iterations

Use Cases:

  • Answering complex questions with cited sources
  • Synthesizing information from multiple web sources
  • Research reports on specific topics
  • Fact-checking and verification tasks
post/research

Request body

fetch_timeoutinteger

Timeout in seconds for fetching web pages

mode'fast' | 'balanced'

Research mode: fast (quick answers, default), balanced (standard research)

nocacheboolean

Skip cache and force fresh research

querystring required

The research query or question to answer. Maximum 10,000 characters.

Example request

{
  "fetch_timeout": 30,
  "mode": "fast",
  "query": "What are the latest developments in quantum computing?"
}

Response

SSE stream with research progress and results