Skip to main content
GET
/
api
/
v1
/
health
Health check
curl --request GET \
  --url https://data.kushiro.app/api/v1/health
{
  "status": "ok",
  "time": "2026-05-06T00:00:00.000Z"
}

Documentation Index

Fetch the complete documentation index at: https://data.kushiro.app/docs/llms.txt

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

Response

The service is reachable.

status
enum<string>
required
Available options:
ok
time
string<date-time>
required