---
seo_title: Coming Soon: Distill, Lookup, Watch, Discover | EnConvert
meta_desc: Four EnConvert web intelligence endpoints are in private beta: Distill, Lookup, Watch, and Discover. Callable today, not yet generally available.
keywords: enconvert roadmap, upcoming api endpoints, distill api preview, lookup search api preview, watch change detection preview, discover sitemap api preview, unreleased v2 endpoints, api release phases
---

# 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](/docs/reference/rate-limits.md) describes.

<div class="alert alert-warning">
<strong>Private beta.</strong> 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: <a href="/docs/endpoints/perceive">Perceive</a> and <a href="/docs/endpoints/ingest">Ingest</a>.
</div>

---

## 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)](/docs/coming-soon/distill.md)** takes a list of URLs and a schema you supply, and returns data in exactly that shape.
- **[Lookup (Phase 2)](/docs/coming-soon/lookup.md)** runs a web search and can render the top results in the same round trip.
- **[Watch (Phase 2)](/docs/coming-soon/watch.md)** re-renders a page on a schedule, diffs each check against the last, and notifies you when it changes.
- **[Discover (Phase 2)](/docs/coming-soon/discover.md)** 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](/changelog.md). 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](/docs/endpoints.md).

For anything load-bearing, build on the generally available surface. [Perceive](/docs/endpoints/perceive.md) covers single-page rendering, and [Ingest](/docs/endpoints/ingest.md) covers crawling a site into RAG chunks. Both are described in [V1 and V2](/docs/concepts/v1-and-v2.md).
