Skip to main content
The Reactor Platform API provides read access to platform-level data: pricing, model catalogs, and (coming soon) usage analytics. These endpoints are separate from the real-time streaming SDK: they are standard REST endpoints you can call from a server, browser, or CDN edge worker.

Base URL

Authentication

Some endpoints are public and require no credentials. The current GET /pricing endpoint is public and can be called anonymously. Authenticated Platform API endpoints take your Reactor API key as a bearer token:
These are server-to-server calls: keep the key on your server and never embed it in a browser, mobile app, or edge worker. The short-lived SDK JWTs you mint for clients running sessions do not work here — session-scoped tokens are rejected on Platform API endpoints. See Authentication for the session token flow.

Available endpoints

GET /pricing

Current pricing settings and the publicly-priced model catalog. No auth required.