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 · ✓ Unlimited images · ✓ 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 -X POST "https://imagoapi.com/api/og/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
// Pre-generate via POST /api/og/generate, then embed the returned URL
const imageUrl = `https://imagoapi.com/api/images/YOUR_IMAGE_ID.png`
+ 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. Free & unlimited.
Call POST /api/og/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 — 29 templates and counting.
Generate up to 10 OG images in a single API call. Perfect for bulk content pipelines and scheduled jobs.
POST /api/og/batch
Get notified the moment an image is generated. HMAC-SHA256 signed payloads so you know it's really us.
POST /api/webhook
Every call logged. Track usage, debug failed requests, and monitor generation times — all from your dashboard.
GET /api/history
Don't want to use our presets? Build your own. Define the layout, colors, fonts, and placeholders — then generate images via the same API. Your template, your rules.
Free forever. No plans, no tiers, no credit card.
Get your free API key →OG images • Social cards • Twitter cards • LinkedIn previews • Discord embeds • Slack link previews
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 · ✓ Unlimited images · ✓ No credit card