ogmake

← All templates

Podcast

Episode number chip on a peach block, show name and title, optional guest byline.

Podcast 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": "podcast",
  "params": {
    "show": "The ogmake Podcast",
    "episodeNumber": "42",
    "title": "Building an OG image API on the edge",
    "guest": "Taylor Doe"
  }
}'

More templates.