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.destined.ai/health
const result = await client.health.healthCheckHealthGet(); console.log(result);
{ "status": "healthy", "api_version": "0.1.0", "environment": "production", "database": "connected" }
Check API status and connectivity
healthy
unhealthy
production
development
connected
disconnected