287 B
287 B
Health Check
GET /health
Check if the service is running and healthy.
Authentication: None required
Headers: None required
Example Request:
curl -X GET http://localhost:8000/health
Example Response (200 OK):
{
"status": "healthy"
}