Returns the health status of the API, including database connectivity and uptime.
cURL
curl --request GET \ --url https://api.dotprediction.io/v1/api/health \ --header 'X-API-Key: <api-key>'
{ "status": "<string>", "checks": [ { "name": "<string>", "status": "<string>" } ], "uptime_seconds": 123, "version": "<string>" }
API key for authentication. Generate one via the dashboard or the /v1/api/auth/api-keys endpoint.
/v1/api/auth/api-keys
Service health status.
Overall health status.
Individual health checks (e.g., database).
Show child attributes
API uptime in seconds.
API version.