Check system healthPerforms health checks for API and database connectivity. GET/healthSendcURLJavaScriptGoPythoncurl -X GET "https://example.com/health"200503The Health Check is successfulResponse{ "status": "ok", "info": { "HTTP Ping": { "status": "up" }, "Database Connection": { "status": "up" } }, "error": {}, "details": { "HTTP Ping": { "status": "up" }, "Database Connection": { "status": "up" } } }TypeScriptWelcome messagePrevious PageRevealia Production EnvironmentAPI endpoints for managing live samples in the production environment