Skip to main content
A simple liveness endpoint. Returns 200 OK if the API is up.
GET https://api.snipex.dev/health
No authentication required.

Response

{
  "status": "ok"
}

Example

curl https://api.snipex.dev/health
Useful for uptime monitoring, health checks in deployment pipelines, or confirming connectivity before sending requests.