Back to Templates
social1600 × 900px

Twitter / X Announcement

Clean, bold announcement card for Twitter / X. Ideal for launches, milestones and announcements.

#twitter #x #announcement #social
View API Docs
Created with Fabric.js 6.9.0 𝕏 ANNOUNCEMENT We just hit1 million users. Thank you for being part of the journey. Bigger things ahead. 🚀 @yourbrand

Parameters

NameTypeDescription
headlinetextMain announcement headline
subtexttextSupporting detail or call to action
handletextYour @handle or brand name

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": "twitter-card",
  "headline": "Your headline",
  "subtext": "Your subtext",
  "handle": "Your handle"
}'