Dashboard

Generations This Month

---

of ---

Current Plan

---

Manage plan

Quick Start

Generate your first OG image in seconds.

Get your API key

Quick Example

<!-- Add to your HTML <head> -->
<meta property="og:image"
  content="https://api.snapforgehq.com/v1/og?template=blog-post&title=My+Post&key=YOUR_API_KEY" />

<!-- Or use the API directly -->
curl "https://api.snapforgehq.com/v1/og?template=blog-post&title=Hello+World" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -o og-image.png