Skip to main content

Documentation Index

Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

query
string
required
Search query
count
number
default:"5"
Number of results (max 20)
curl -X POST https://api.usenaive.ai/v1/search \
  -H "Authorization: Bearer nv_sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{ "query": "latest AI agent frameworks 2026", "count": 10 }'
{
  "results": [
    {
      "title": "Top AI Agent Frameworks in 2026",
      "url": "https://example.com/article",
      "snippet": "A comprehensive look at...",
      "score": 0.95
    }
  ],
  "credits_used": 1,
  "credits_remaining": 99,
  "provider": "web"
}
Cost: 1 credit