Overview
Check the API health status. This endpoint also serves to warm up cold-start servers, improving response times for subsequent requests.Call this endpoint when your application starts to ensure fast response times for your first user request.
Authentication
This endpoint does not require authentication
Response
Health status of the API
Example Request
Example Response
Best Practices
Warm up on startup - Call this endpoint when your application initializes to avoid cold-start delays
Health monitoring - Use in production health checks and monitoring systems
First call may be slow - If the server is cold, the first call takes longer. Subsequent calls are fast.
Use Cases
App Initialization
Call on app startup to warm up the API and ensure fast user experience
Health Monitoring
Use in monitoring systems to verify API availability
Load Balancer Checks
Configure as a health check endpoint for load balancers