ogmake

← All templates

Changelog

Project name, a large version number, date and up to three change lines.

Changelog 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": "changelog",
  "params": {
    "project": "ogmake",
    "version": "v0.4.2",
    "date": "Sep 19, 2026",
    "changes": [
      "Added the blog template",
      "Fixed docs breadcrumb wrapping"
    ]
  }
}'

This template requires an array field (changes) — 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/changelog?project=ogmake&version=v0.4.2&date=Sep+19%2C+2026&changes%5B0%5D=Added+the+blog+template&changes%5B1%5D=Fixed+docs+breadcrumb+wrapping

More templates.