Health API
Check API availability and discover the catalog release currently served by the production service.
Request
GET
/v1/healthAuthentication: NonecURL
curl https://api.use-allm.com/v1/healthResponse
JSON · 200
{
"status": "ok",
"service": "allm-api",
"catalog_release_id": "cat_2026_07_14_8fa9b2d7c13e"
}Monitoring guidance
Treat any non-2xx result, timeout, or invalid body as unhealthy. Use a short timeout and monitor from more than one region. The health endpoint confirms service availability; it does not guarantee that a particular third-party model provider is operational.
Response metadata
Every successful response includes
x-allm-catalog-release, x-request-id, and an ETag. Store the request ID in logs and the catalog release beside any persisted decision.