AI search API

Real-time web search, distilled for LLMs.

ODEN turns any query into clean, citation-backed JSON your model can read. One call — no HTML noise, no scraped clutter, opt-out honored at the source.

POST /search
$ curl https://api.oden-api.com/search \
    -H "Authorization: Bearer $ODEN_KEY" \
    -d '{ "query": "What are the symptoms of vitamin D deficiency?" }'
{
  "query": "What are the symptoms of vitamin D deficiency?",
  "results": {
    "answer": "Low vitamin D can cause muscle weakness, bone pain and fatigue, and in severe cases rickets in children or osteomalacia in adults. Mild deficiency is often symptom-free and found only through a blood test.",
    "citations": [
      { "title": "Vitamin D deficiency — 1177 Vårdguiden",
        "url":   "https://www.1177.se/...",
        "score": 0.91 }
    ]
  }
}

Source-verified

Every answer is built only from pages fetched for that query, with the original URL attached to each claim.

Compliant

robots.txt and EU TDM opt-out honored before a page is ever read. Citations as metadata — never reproduction.

Distilled

A synthesized answer plus ranked citation metadata. Token-dense JSON, built for context windows — not browsers.

Pricing

Start free. Scale when your agents do.

Free
€0

1,000 searches / month

  • Synthesized answer + citations
  • Full retrieval pipeline
  • No card required
Get a key
Pro
€29 / month

6,000 searches / month

  • Everything in Free
  • 6× the monthly quota
  • Full retrieval & extraction pipeline
Upgrade in dashboard
Top-up
€7 / 1,000

Pay-as-you-go · never expires

  • Add searches on demand
  • Stacks on any plan
  • One-time, no subscription
Buy top-ups

Odin kept two ravens — Huginn and Muninn, thought and memory — who flew across the world each day and returned with everything they had seen. ODEN does the same for you.

Go deeper: read the API documentation, browse integration guides for RAG and tool use, see how ODEN compares to Tavily, SerpAPI and others, or check the pricing.