Template Library

100+ templates. Ready to customize.

Start from a pre-built template or create your own. All templates are fully dynamic — every field is a variable. Replace once in your API call.

Browse by category

Social Cards

24 templates

OG Images

18 templates

Banners

31 templates

Invoices & Docs

12 templates

Product Cards

22 templates

Featured templates

Production-ready. Fully variable. Yours in one click.

View all 100+ →
{{ Blog post title goes here}}
1200×630

OG Card – Dark

og-card-dark

Use Template
{{ UP TO 50% OFF}}
728×90

Sale Banner

sale-banner

Use Template
{{ INVOICE #0042}}
A4

Invoice Clean

invoice-clean

Use Template
{{ Product Name}}
800×800

Product Card

product-card

Use Template
{{ Quote or announcement}}
1080×1080

Instagram Post

instagram-post

Use Template
{{ Newsletter · Vol. 42}}
600×200

Email Header

email-header

Use Template

Need something custom?

Build your own template in Design Studio in minutes. No code required — just drag, drop, and add {{ variable }} fields wherever your content changes.

Open Design Studio

Template fields

{{ title }}textProduct launch 🚀
{{ subtitle }}textAvailable now
{{ background }}color#0f0a2e
{{ logo_url }}imagehttps://...
+ Add field

Use any template via API

Every template in the library is immediately accessible via the REST API. Pass in your variables and get back a CDN URL — in any language.

Read the docs →
POST /api/v1/generate/image
{
  "template_id": "og-card-dark",
  "variables": {
    "title": "My Blog Post",
    "subtitle": "A deep dive into...",
    "author": "Jane Smith",
    "date": "June 2026"
  },
  "format": "png",
  "width": 1200,
  "height": 630
}