system.health
Service liveness check.- Auth: None — public endpoint.
- Risk:
read
Example
Responses
Response body (200)
system.spec
OpenAPI document describing every public Korve operation.- Auth: None — public endpoint.
- Risk:
read
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Platform health and API self-description.
GET /v1/health
readcurl "https://api.korve.dev/v1/health"
| Status | Description |
|---|---|
200 | Service is healthy. |
| Field | Type | Description |
|---|---|---|
ok | boolean | — |
service | string | — |
GET /v1/spec
readcurl "https://api.korve.dev/v1/spec"
| Status | Description |
|---|---|
200 | OpenAPI 3.1 document. |