Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl https://api.aioka.io/v1/health
import httpx resp = httpx.get("https://api.aioka.io/v1/health") print(resp.json())
{ "status": "ok", "version": "1.0.0", "environment": "production", "timestamp": "2026-04-03T10:22:00Z" }
Public service health check — no API key required
GET /v1/health
GET /v1/health/live
status
"ok"
version
environment
timestamp
Service is healthy