Skip to main content
The /health endpoint lets you verify that the Veedcrawl API is running. No authentication is required, so you can call it freely from uptime monitors, deployment checks, or any infrastructure tooling without consuming credits or exposing your API key.

Endpoint

GET https://api.veedcrawl.com/health

Parameters

This endpoint takes no parameters.

Response

{
  "status": "ok"
}

Example

curl "https://api.veedcrawl.com/health"
Use /health for uptime monitoring. It never requires an API key and never consumes credits, making it safe to poll as frequently as your monitoring stack needs.