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.

url
string
required
URL to read
extract
string
Optional question to answer from the content (AI-powered extraction)
curl -X POST https://api.usenaive.ai/v1/search/url \
  -H "Authorization: Bearer nv_sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com/article",
    "extract": "What are the main points?"
  }'
{
  "url": "https://example.com/article",
  "title": "",
  "content": "Extracted text content...",
  "extracted": "The main points are: 1) ...",
  "credits_used": 1,
  "credits_remaining": 99
}
The title field may be empty — title extraction depends on the provider. The extracted field only appears when an extract question is provided and AI extraction is configured.
Cost: 1 credit