Skip to main content

Endpoint

GET https://lyrcs.ai/api/v1/health
No authentication required. Use this to verify the API is reachable before making authenticated calls, or as a liveness check in your infrastructure.

Response — 200 OK

{
  "status": "ok",
  "version": "1.0"
}

Examples

curl https://lyrcs.ai/api/v1/health