/api/research
Search the web, synthesize findings, return a cited answer with source summaries.
{
"query": "string (max 2000)",
"depth": "quick | normal | deep",
"maxSources": "integer (1-50)"
}
{
"answer": "string",
"sources": [{ "title", "url", "summary" }],
"confidence": "number 0-1",
"usage": { "searchOperations", "tokens" },
"cost": { "amount", "currency": "USDC" },
"requestId": "string",
"timestamp": "ISO 8601"
}