Hiring
Job ad
Post a job with the role, the company line, three points, and an apply action.
Change the role, the company line, and the three points. 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.
{
"label": "We are hiring",
"role": "Bike mechanic",
"company_line": "Kestrel Bikes builds and services trail bikes in Wellington. Join a team of eight.",
"point_1": "Full time, four days a week",
"point_2": "$68,000 plus a yearly bike allowance",
"point_3": "Start in October, training paid",
"apply": "Apply in five minutes",
"apply_note": "Send a short note to jobs@kestrel.example"
}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":{"label":"We are hiring","role":"Bike mechanic","company_line":"Kestrel Bikes builds and services trail bikes in Wellington. Join a team of eight.","point_1":"Full time, four days a week","point_2":"$68,000 plus a yearly bike allowance","point_3":"Start in October, training paid","apply":"Apply in five minutes","apply_note":"Send a short note to jobs@kestrel.example"},"image":{"format":"png","width":1080,"height":1350}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "png",
"idempotency_key": "job-ad-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"label": "We are hiring",
"role": "Bike mechanic",
"company_line": "Kestrel Bikes builds and services trail bikes in Wellington. Join a team of eight.",
"point_1": "Full time, four days a week",
"point_2": "$68,000 plus a yearly bike allowance",
"point_3": "Start in October, training paid",
"apply": "Apply in five minutes",
"apply_note": "Send a short note to jobs@kestrel.example"
},
"image": {
"width": 1080,
"height": 1350
}
}
}
}
}