Skip to main content
Retrieve every endpoint that requires a premium subscription from /v1/account/premium-endpoints. Each entry carries the route, a human-readable feature name, and a description of what the endpoint unlocks — so your application can gate its own UI without hardcoding a list that drifts out of date.
This endpoint returns the catalog of premium routes. It does not tell you whether your account has premium access — a free-tier key can call it successfully and still receive 403 when it tries one of the listed routes. See Premium Endpoints for the tier rules.

Endpoint

Quick Start

Response

Response Schema

PremiumEndpointInfo

Status Codes

Gating Your Own UI

Rather than shipping a hardcoded list, fetch the catalog at startup and use it to decide what to show:
The catalog changes as endpoints are added or re-tiered. Cache it for minutes, not for the lifetime of a deployment, and never bake the routes into a released binary.

Premium Endpoints

Tier rules and the 403 error shape

Pricing

Plan comparison and model gating

Credit Balance

Premium endpoints also require credits above $1.00

Rate Limits

Tier-based request limits