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.
Search query
Number of results (max 20)
POST /v1/search — Search the web for information.
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.
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"
}
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"
}