Coming Soon#

The four endpoints below are in private beta. They are callable today with your normal API key, and ops accounting is unchanged: every call draws down your monthly allowance exactly as rate limits and quotas describes.

Private beta. These four answer real requests today, but they are not announced, not generally available, and their request and response shapes can change without notice. Nothing here carries a stability or support commitment, so keep it out of anything load-bearing. Generally available on V2 today: Perceive and Ingest.

Two phases#

Phase 1 is Distill. It reaches general availability first, on its own.

Phase 2 is Lookup, Watch and Discover. Those three follow together, after Distill.


The four pages#

  • Distill (Phase 1) takes a list of URLs and a schema you supply, and returns data in exactly that shape.
  • Lookup (Phase 2) runs a web search and can render the top results in the same round trip.
  • Watch (Phase 2) re-renders a page on a schedule, diffs each check against the last, and notifies you when it changes.
  • Discover (Phase 2) lists a site's URLs from its sitemap plus an HTTP crawl, with no rendering and no stored artifact.

How to find out when they ship#

Watch the changelog. Every release is posted there, and there is an RSS feed at /changelog/feed.xml if you would rather not check by hand. Nothing graduates quietly: when an endpoint becomes generally available, its page moves out of this section and into Endpoints.

For anything load-bearing, build on the generally available surface. Perceive covers single-page rendering, and Ingest covers crawling a site into RAG chunks. Both are described in V1 and V2.