ogmake

← All templates

Basic

Title, optional description and site name on a light card. No watermark on any plan while you are inside your monthly quota; over it, every plan is watermarked, and the anonymous /generate demo always is.

This template renders your account logo (Dashboard → Brand logo) in its brand-mark slot.

Basic 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": "basic",
  "params": {
    "title": "Hello world",
    "description": "A description",
    "site": "ogmake.com"
  }
}'

More templates.