One API call to generate stunning OG images, social cards, and marketing visuals. Paste the docs URL into your AI assistant and ship beautiful images without writing CSS.
curl -X POST https://api.snapog.dev/v1/generate \
-H "Authorization: Bearer sk_live_xxxxx" \
-H "Content-Type: application/json" \
-d '{
"template": "blog-post",
"params": {
"title": "How to Build a Lightning-Fast API",
"author": "Jane Doe",
"tags": ["API", "Tutorial"]
}
}' -o social-card.pngSnapOG is designed to be used by LLMs and AI coding tools. Paste one URL and your AI assistant knows the entire API.
fetch("https://api.snapog.dev/v1/docs")The /v1/docs endpoint returns complete API documentation as markdown — every template, every parameter, code examples in Node.js, Python, and Next.js. Your AI can consume it in a single fetch.
/v1/og/blog-post?title=Hello+WorldEvery parameter is a simple query string. LLMs can construct image URLs without writing fetch logic, file I/O, or complex integrations. Perfect for vibe coding your next project.
Add one meta tag. Every page on your site gets a beautiful social card automatically. No per-page configuration needed.
<!-- Add to your site's <head> template --> <meta property="og:image" content="https://api.snapog.dev/v1/auto?url=${pageUrl}&key=YOUR_KEY" />
Extracts title, description, author, theme color, and favicon from your page's metadata.
Blog posts, products, GitHub repos, events, changelogs — each gets a purpose-built template.
Social crawlers (Twitter, Discord, Slack) get a pixel-perfect image. Cached for 1 hour.
No complex setup. No design tools. Just an API call.
Choose from our collection of professionally designed templates, or create your own with HTML/CSS.
Make a single API call with your content — title, author, tags, colors. We handle the rest.
Receive a pixel-perfect PNG instantly. Cache it, serve it, share it. Done.
Every template is crafted for social media. Customize colors, content, and layout via the API.
Get your free API key and start generating in under 2 minutes.
Get Your Free API Key