ogmake

← All templates

Facts

A nutrition-label panel with heavy black rules for product specs.

Facts 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": "facts",
  "params": {
    "title": "ogmake API",
    "heading": "Facts",
    "rows": [
      "Renders per second=40",
      "P50 latency=57ms",
      "Cache hit rate=91%"
    ],
    "footnote": "Values measured over the last 30 days."
  }
}'

This template requires an array field (rows) — over a GET route (Public URLs, Signing) it's carried as bracket-indexed query keys instead of a JSON array; see the reference's "Array fields on GET routes". A working public-URL example (mint a real key in the dashboard to replace k_yourkeyid):

GET https://ogmake.com/p/k_yourkeyid/facts?title=ogmake+API&heading=Facts&rows%5B0%5D=Renders+per+second%3D40&rows%5B1%5D=P50+latency%3D57ms&rows%5B2%5D=Cache+hit+rate%3D91%25&footnote=Values+measured+over+the+last+30+days.

More templates.