Clean, bold announcement card for Twitter / X. Ideal for launches, milestones and announcements.
| Name | Type | Description |
|---|---|---|
| headline | text | Main announcement headline |
| subtext | text | Supporting detail or call to action |
| handle | text | Your @handle or brand name |
curl -X POST https://templateson.com/api/v1/image \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"template_id": "twitter-card",
"headline": "Your headline",
"subtext": "Your subtext",
"handle": "Your handle"
}'