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.
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.