Stop losing clicks to blank link previews. Imago API generates perfect social cards for every page — automatically. Works with any framework.
✓ Free forever · ✓ No credit card · ✓ 50 images/month · ✓ Images in <300ms
Used by developers building with Next.js · Gatsby · Express · Rails · Django · FastAPI
This is what your users see when they share your links on Twitter, Slack, or LinkedIn. One API call. Zero design work.
No SDKs required. No auth flows. Just pass your content as query params and get back a ready-to-use image URL. Works with any language, any framework.
<meta og:image> tag# Generate an OG image in one call
curl "https://imagoapi.com/api/generate" \
-d 'title=My Awesome Product' \
-d 'description=The best tool for indie hackers' \
-d 'template=gradient' \
-H 'Authorization: Bearer YOUR_API_KEY'
# Response:
{
"id": "img_k7x9p2mq",
"url": "https://imagoapi.com/api/images/img_k7x9p2mq",
"width": 1200,
"height": 630,
"template": "gradient",
"createdAt": "2026-03-07T09:00:00Z"
}
// pages/api/og.js — Next.js meta tag
const imageUrl = `https://imagoapi.com/api/generate?`
+ new URLSearchParams({
title: 'My Blog Post Title',
description: 'A short description',
template: 'minimal'
});
// Use directly in your <Head>
<meta property="og:image" content={imageUrl} />
No design tools. No puppeteer setup. No headaches.
Sign up and instantly receive your API key. No credit card required for the free tier.
Call /api/generate with your title, description and template. That's it.
Use the returned URL in your og:image meta tag. Perfect cards every time.
Pick the vibe that matches your brand. More templates coming soon.
No hidden fees. No surprise bills. Cancel anytime. Free tier: 50 images/month — no credit card, ever.
Every shared link without an OG image is a click you didn't get. Fix it in 5 minutes — free, no card needed.
✓ Free forever: 50 images/month · ✓ No credit card · ✓ Upgrade anytime from $9/month