Open Graph image API
Turn a title, description, and URL into a finished social card. No browser process. No design canvas. Just one signed GET request.
Edit the inputs. The production renderer returns the image on the right—the same request your <meta> tag will make.
Grab a free key — 250 images a month, no card required.
# Render an image — this is the whole integration https://api.ogsmith.dev/v1/og?title=Hello+world&template=gradient&key=og_live_… # Or embed safely in public HTML with a signed URL (no key exposed) <meta property="og:image" content="https://api.ogsmith.dev/v1/og?title=…&kid=ab12cd34&sig=hmac…">
Params: title (required), template (basic, gradient, split, article, minimal, code), description, site, author, tag, theme, accent, logo, image, scale=2 for retina. Responses are immutable-cached — repeat URLs are free and instant.
Cache hits never count against your quota. Cancel anytime.
Payment complete. Your API key is now on the paid plan. You can keep using the same key—no integration changes needed.