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.
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 in under 100ms. Cache it, serve it, share it. Done.
Every template is crafted for social media. Customize colors, content, and layout via the API.
Start free. Scale as you grow. No hidden fees.
Get your free API key and start generating in under 2 minutes.
Get Your Free API Key