ogmake

← All templates

Gauge

An analogue pressure gauge with a calibrated arc and a needle that points at the value.

Gauge template preview

Try it

POST /v1/images, Bearer-authenticated, with this template id and params — see the quickstart for how to get a key, and for a signed-URL example that links straight to a cacheable, cache-forever image URL without a server round trip.

curl https://ogmake.com/v1/images \
  -H "Authorization: Bearer og_live_..." \
  -H "Content-Type: application/json" \
  -d '{
  "template": "gauge",
  "params": {
    "title": "Cache hit rate",
    "value": 91,
    "min": 0,
    "max": 100,
    "unit": "%",
    "limit": 80
  }
}'

More templates.