Documentation Index
Fetch the complete documentation index at: https://clearlayer.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Check health
GET /v1/health
Returns the current status of the API and its database connection. Use this endpoint to verify the API is reachable before making authenticated requests. No API key is required.
Response fields
"healthy" if the database is reachable, "unhealthy" if not.ISO 8601 timestamp of when the check was performed.