Open Graph image for blog posts and articles. Clean dark design with author attribution.
| Name | Type | Description |
|---|---|---|
| title | text | Article title |
| author | text | Author name |
| site_name | text | Site or brand name |
| avatar | image | Author avatar URL |
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"
}'