Clean, professional email header for newsletters and transactional emails. 600px wide standard.
| Name | Type | Description |
|---|---|---|
| brand | text | Brand or company name |
| tagline | text | Email subject or tagline |
| logo | image | Logo image 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": "email-header-banner",
"brand": "Your brand",
"tagline": "Your tagline",
"logo": "https://example.com/photo.jpg"
}'