v1
latestOpenAPI 3.1.0MIT2026-07-1731110.6 KBRun the agent
Execute a web research task. Supports both streaming (SSE) and non-streaming responses. This is the single consolidated endpoint that replaces /query, /extract, and /plan.
post/run
Request body
Example request
{
"prompt": "Get pricing for Vercel, Netlify, and Cloudflare Pages"
}Response
Successful response
Example response
{
"model": "google:gemini-3-flash-preview"
}