Hyperping documentation

Monitor services, route alerts, and keep customers informed.

Quickstart guide

Create your first monitor and start collecting uptime data in a few minutes.

Try Hyperping

Read the guide
Monitor an endpointCreate an HTTP monitor through the API and start collecting uptime data.
cURL
curl -X POST https://api.hyperping.io/v1/monitors \
  -H "Authorization: Bearer ${API_TOKEN}" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Website",
    "url": "https://example.com"
  }'

Browse the docs

Choose the part of Hyperping you want to configure.

Choose the right monitor

Start with the signal that best describes failure.

  • You need to check a public website or API from multiple regions.
  • Status codes, response time, SSL, or response content tell you whether it is healthy.

Best for: Websites, public APIs, and externally reachable services.

Read the guide