Skip to main content

Documentation Index

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

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

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