Customer stories
Customer quote
Turn a short customer story into a square image for social posts.
Turn a short customer story into a square image for social posts.

TypeMarketing images
File typesPNG, JPEG, WebP
SourceMade by thirds.ai with sample names and values.
LicenceFree to copy and use in your own templates
Your data
See the fields before you copy.
Your copy starts with these sample values. Change any of them.
{
"quote": "Our weekly reports take minutes, and every client gets the same clear view.",
"name": "Maya Chen",
"role": "Operations lead, Fieldnote Labs",
"business_name": "Northline stories"
}Use it your way
Render the same template on the web, by API, or through MCP.
curl https://thirds.ai/v1/image \
-H "Authorization: Bearer $THIRDS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"template_id":"tpl_your_copy","version":1,"data":{"quote":"Our weekly reports take minutes, and every client gets the same clear view.","name":"Maya Chen","role":"Operations lead, Fieldnote Labs","business_name":"Northline stories"},"image":{"format":"png","width":1080,"height":1080}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "png",
"idempotency_key": "social-quote-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"quote": "Our weekly reports take minutes, and every client gets the same clear view.",
"name": "Maya Chen",
"role": "Operations lead, Fieldnote Labs",
"business_name": "Northline stories"
},
"image": {
"width": 1080,
"height": 1080
}
}
}
}
}