Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

KServe Health API

The Health API from KServe — 2 operation(s) for health.

KServe Health API is one of 4 APIs that KServe publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Health. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 2 operations across 2 paths. It is described by OpenAPI 3.1.0, at version v1+v2.

Requests are made against a single base URL, http://{host}.

2 operations 2 paths 0 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1+v2
Server
http://{host}
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

KServe Health API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth).

  • BearerAuth — KServe itself does not mandate an auth scheme; in production the InferenceService is typically fronted by an ingress/gateway that enforces auth (for example, I…

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Health 2
GET
/v2/health/live
Server liveness (V2)
v2ServerLive → 200
GET
/v2/health/ready
Server readiness (V2)
v2ServerReady → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kserve-health-api-openapi.yml Raw ↑

Other APIs KServe publishes across the network.

KServe Inference API
KServe KServe Inference Protocol API
KServe Models API