Skip to main content
GET
/
health
Detailed health check
curl --request GET \
  --url https://api.anycheck.ai/health
{
  "service": "anycheck-api",
  "status": "healthy",
  "timestamp": "2025-12-30T04:53:55Z"
}

Documentation Index

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

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

Response

200 - application/json

Health status

service
string
Example:

"anycheck-api"

status
string
Example:

"healthy"

timestamp
string<date-time>
Example:

"2025-12-30T04:53:55Z"