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.

Need the raw text for your AI agent? View MDX ยท Full spec at /llms.txt