Open Graph Image Service


Social
Images

A dynamic Open Graph image generation service with multiple visual themes. Built on Next.js and Vercel Edge Runtime for fast, globally distributed generation.

Parameters

Preview

Fill in the form, then hit Ctrl+Enter to generate.

OG Preview
1200 × 630
Open Full Size ↗
Endpoint
/api/og?title=Interstellar&site=buxx.me&excerpt=Do+not+go+gentle+into+that+good+night.&author=bunizao&date=2026-01-05

API Reference

Simple GET request with URL parameters. Returns a PNG image (1200x630px) with customizable visual themes and full CJK character support.

GET /api/og?title=...&site=...
titleREQUIRED
string

Article title (max 60 chars)

siteREQUIRED
string

Site name for branding

excerpt
string

Article excerpt (max 80 chars)

author
string

Author name

date
string

Publication date

image
url

Background image (PNG/JPG/GIF)

theme
string

Visual theme: pixel (default) or modern

pixelFont
string

Pixel font for pixel theme (zpix/geist-*)

Demo

Preview responses may be cached. Click "Generate" to refresh.Deploy your own instance · Integration guide.

Formats

Supported: PNG, JPG, JPEG, GIF.