Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/search/research — Multi-source research with AI synthesis.
"quick"
"thorough"
"exhaustive"
curl -X POST https://api.usenaive.ai/v1/search/research \ -H "Authorization: Bearer nv_sk_live_..." \ -H "Content-Type: application/json" \ -d '{ "query": "Compare React Server Components vs Astro Islands", "depth": "quick" }'
{ "synthesis": "Based on multiple sources...", "sources": [ { "url": "...", "title": "...", "relevance": 0.9 } ], "credits_used": 0.5, "credits_remaining": 989.5 }
202
{ "job_id": "job-uuid", "status": "processing", "type": "deep_research", "estimated_seconds": 45, "estimated_credits": 1, "hint": "Poll GET /v1/jobs/job-uuid for results. Credits charged on completion only." }