Skip to main content
GET https://api.prysm1.com/health · No authentication required
A lightweight liveness check. Returns the number of models available, how many providers are configured, and total lifetime requests served. Provider names are not disclosed on the public endpoint to prevent key-fingerprinting attacks — use the authenticated /health/internal endpoint for ops diagnostics.

Response

string
healthy when the service is up.
integer
Number of models in the live catalog.
integer
Total supported providers in the catalog (12).
integer
How many providers have API keys set server-side.
integer
Lifetime request count.
object
Semantic cache statistics (hits, misses, size).
string
Uptime status indicator (ok).

Authenticated health — /health/internal

GET https://api.prysm1.com/health/internal · Requires Authorization: Bearer prysm_sk_…
Returns full ops detail including API version and the list of configured provider names. Use this in monitoring dashboards and on-call tooling — never expose it publicly.
string
Running API version (e.g. 2.0.0).
string[]
Names of configured providers (e.g. ["openai", "deepseek"]).