Getting started

Ohsee documentation

Ohsee is the web context layer for AI products. One API turns the live web into clean, ranked, cited, LLM-ready data for agents, RAG apps, research tools, and monitoring workflows.

What is Ohsee

Ohsee finds relevant web pages, reads and cleans them, ranks the most useful passages, and returns structured JSON your app can use directly. You skip the scraping stack, the HTML cleanup, and the ranking pipeline.

Every endpoint is a single HTTP call authenticated with an API key. Fast operations respond synchronously; longer operations run as jobs you poll for results.

What you can do

  • Search the web and get ranked, cited passages.
  • Extract clean content from known URLs.
  • Structure pages into JSON that matches your schema.
  • Research a topic across many sources into a cited report.
  • Map & Crawl a site to discover and read pages at scale.
  • Monitor pages, domains, and searches for changes over time.

Base URL

All API requests go to a single base URL and return JSON:

https://api.ohsee.tech

You need an API key to call the API. Create one in your dashboard, then send it as a Bearer token. See Authentication.

Next steps