API Reference

Current public routes and download endpoints that Curator exposes today.

Curator does not currently publish a broad public API reference with generated endpoint docs. This page covers the stable public routes that users and operators can rely on today.

Public site routes

The marketplace currently exposes these important public routes:

  • /marketplace
  • /docs
  • /support
  • /curator
  • /download/curator-latest

Those routes are intended for normal browser access and marketing or documentation workflows.

Download routes

The engine distribution layer also exposes channel-based download routes:

  • /download/curator-latest
  • /download/curator-beta
  • /download/curator-nightly
  • /download/curator-pro

At the moment, the stable route is the primary public one. Pro remains reserved for future gated distribution.

Admin routes

Admin routes exist for marketplace management, releases, SEO tools, and Curator Engine build management. They are server-rendered routes protected by the application's auth and capability checks.

Because this is not yet a public third-party API, those admin endpoints should be treated as internal application surfaces rather than long-term external contracts.

What is intentionally not claimed

These docs do not claim:

  • a public GraphQL API
  • an official JavaScript SDK
  • a stable CLI command surface for external developers

If and when those become real product surfaces, they should get their own reference pages with request and response examples.