Back to Templates
social1080 × 1080px

Quote Card

Elegant quote or testimonial card for Instagram and LinkedIn. Minimal with strong typography.

#quote #testimonial #instagram #linkedin
View API Docs
Created with Fabric.js 6.9.0 The best way to predict the futureis to invent it. Creativity isintelligence having fun. Alan Kay Computer Scientist

Parameters

NameTypeDescription
quotetextThe quote text
authortextAuthor name
roletextAuthor title or company
avatarimageAuthor headshot 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": "quote-card",
  "quote": "Your quote",
  "author": "Your author",
  "role": "Your role",
  "avatar": "https://example.com/photo.jpg"
}'