Research a topic using autonomous web search and AI synthesis. Use when you need external information, documentation lookup, or to validate technical approaches.
Research any topic using multi-agent web search and AI synthesis.
USE THIS FOR ALL EXTERNAL LOOKUPS - not WebFetch or WebSearch.
The research service must be running. Check with:
curl http://localhost:3200/api/health
For simple facts, definitions, quick lookups:
curl -X POST http://localhost:3200/api/research \
-H "Content-Type: application/json" \
-d '{"query": "What is HTMX?", "depth": "quick", "trigger": "manual"}'
For how-to questions, documentation lookup:
curl -X POST http://localhost:3200/api/research \
-H "Content-Type: application/json" \
-d '{"query": "How to implement rate limiting in FastAPI", "trigger": "manual"}'
For comprehensive comparisons, complex topics:
curl -X POST http://localhost:3200/api/research \
-H "Content-Type: application/json" \
-d '{"query": "Rust vs Go for CLI tools", "depth": "deep", "trigger": "manual"}'
| Parameter | Required | Description |
|---|---|---|
| query | Yes | The research topic or question |
| depth | No | quick, medium (default), or deep |
| context | No | Additional context to focus the research |
{"query": "cocoindex data transformation framework - features and use cases"}{"query": "Bun SQLite named parameters syntax"}{"query": "ECONNREFUSED database connection error"}{"query": "PostgreSQL vs SQLite for local-first apps", "depth": "deep"}{"query": "audio transcription APIs", "context": "comparing quality and latency for real-time use"}View research activity and findings at: http://localhost:3200