ogmake

← All templates

Redacted

A typed document with black bars over marked words and a diagonal stamp.

Redacted 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": "redacted",
  "params": {
    "classification": "CONFIDENTIAL",
    "title": "Project Nightingale",
    "lines": [
      "The {{codename}} launches on {{October 14}}.",
      "Access is limited to {{the core team}}."
    ],
    "ref": "DOC-0417"
  }
}'

This template requires an array field (lines) — 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/redacted?classification=CONFIDENTIAL&title=Project+Nightingale&lines%5B0%5D=The+%7B%7Bcodename%7D%7D+launches+on+%7B%7BOctober+14%7D%7D.&lines%5B1%5D=Access+is+limited+to+%7B%7Bthe+core+team%7D%7D.&ref=DOC-0417

More templates.