Health Check
Check if the API is running and healthy.
Get Health Status
GET /health
bash
curl https://api.sketchpen.app/health
Response:
json
{
"status": "ok"
}This endpoint requires no authentication and can be used for monitoring or health checks.