Link previews
Open Graph card
Make a link preview image for a web page with the site name, title, and description.
Change the site name, page title, description, and URL. Upload your logo.

TypeMarketing images
File typesPNG, JPEG, WebP
SourceMade by thirds.ai with original graphic marks and fictional sample names.
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.
{
"site_name": "Orbit Analytics",
"page_title": "How to build a weekly report your team reads",
"description": "A five-step guide with a free template, from the Orbit Analytics blog.",
"site_url": "orbit-analytics.example/blog/weekly-report"
}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":{"site_name":"Orbit Analytics","page_title":"How to build a weekly report your team reads","description":"A five-step guide with a free template, from the Orbit Analytics blog.","site_url":"orbit-analytics.example/blog/weekly-report"},"image":{"format":"png","width":1200,"height":630}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "png",
"idempotency_key": "open-graph-card-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"site_name": "Orbit Analytics",
"page_title": "How to build a weekly report your team reads",
"description": "A five-step guide with a free template, from the Orbit Analytics blog.",
"site_url": "orbit-analytics.example/blog/weekly-report"
},
"image": {
"width": 1200,
"height": 630
}
}
}
}
}