Back to Templates
social1200 × 630px

Blog Post OG Image

Open Graph image for blog posts and articles. Clean dark design with author attribution.

#open-graph #blog #seo #social
View API Docs
Created with Fabric.js 6.9.0 ARTICLE How to BuildScalable APIs in 2026 Jane Smith · myblog.com

Parameters

NameTypeDescription
titletextArticle title
authortextAuthor name
site_nametextSite or brand name
avatarimageAuthor avatar URL

API Usage

POST /api/v1/image
curl -X POST https://templateson.com/api/v1/image \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "template_id": "og-image-blog",
  "title": "Your title",
  "author": "Your author",
  "site_name": "Your site name",
  "avatar": "https://example.com/photo.jpg"
}'