Elegant quote or testimonial card for Instagram and LinkedIn. Minimal with strong typography.
| Name | Type | Description |
|---|---|---|
| quote | text | The quote text |
| author | text | Author name |
| role | text | Author title or company |
| avatar | image | Author headshot 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": "quote-card",
"quote": "Your quote",
"author": "Your author",
"role": "Your role",
"avatar": "https://example.com/photo.jpg"
}'