Skip to main content
Two flavors: a synchronous single-shot search when you just want a list of hits, and a research session for a deeper investigation the platform orchestrates over time.

Multi-step research session

Start a session — the server orchestrates search, scrape, and synthesis over time:
Poll the session for progress:

Iterating on the result

Session controls let you refine an in-progress or finished session:
  • POST /v1/researcher/sessions/{id}/pause — pause a running session
  • POST /v1/researcher/sessions/{id}/resume — resume a paused session
  • POST /v1/researcher/sessions/{id}/critique — critique the current results
  • POST /v1/researcher/sessions/{id}/improve — improve the current results
See the API Reference for the full Researcher surface. Next: Translation →