Skip to main content
GET
/
v2
/
health
Api Health
curl --request GET \
  --url https://api.kyberis.ai/v2/health \
  --header 'Authorization: <api-key>'
{
  "service": "<string>",
  "status": "<string>",
  "version": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.kyberis.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

ApiKey <key_id>:

Response

200 - application/json

Successful Response

service
string
required
status
string
required
version
string
required