Business cards
Outdoor business card
Print a bold business card for guides and sellers at an outdoor brand.
- File types
- Size
- 10.5 × 6.75 in PDF
- Use case
- Business cards
- Licence
- Free to copy and use in your own templates
- Source
- Made by thirds.ai with the open-licence Archivo Narrow font, original graphic marks, and fictional sample names.

About this design
What you can make with it.
Outdoor, sport, and bike brands use this card for guides and sellers on the team. It sets a bold condensed name beside a rust chevron on a moss green ground. Shorten a long surname if it fills the slab, then update every contact line.
Your details
What you can change.
These are the words and numbers you swap for your own. The design stays the same.
- Full nameA short text.
- RoleA short text.
- CompanyA short text.
- PhoneA short text.
- EmailA short text.
- WebsiteA short text.
- LocationA short text.
{
"full_name": "Rowan Blake",
"role": "Workshop Lead",
"company": "Kestrel Bikes",
"phone": "01273 496 0144",
"email": "rowan.blake@kestrelbikes.co.uk",
"website": "kestrelbikes.co.uk",
"location": "North Laine, Brighton"
}For developers
Make this file from your code or your AI tools.
Save your copy once, then send the new details with each request. Each finished file costs 1 credit.
curl https://thirds.ai/v1/pdf \
-H "Authorization: Bearer $THIRDS_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: kestrel-business-card-1" \
-d '{"template_id":"tpl_your_copy","version":1,"data":{"full_name":"Rowan Blake","role":"Workshop Lead","company":"Kestrel Bikes","phone":"01273 496 0144","email":"rowan.blake@kestrelbikes.co.uk","website":"kestrelbikes.co.uk","location":"North Laine, Brighton"},"pdf":{"width":"1008px","height":"648px"}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "pdf",
"idempotency_key": "kestrel-business-card-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"full_name": "Rowan Blake",
"role": "Workshop Lead",
"company": "Kestrel Bikes",
"phone": "01273 496 0144",
"email": "rowan.blake@kestrelbikes.co.uk",
"website": "kestrelbikes.co.uk",
"location": "North Laine, Brighton"
},
"pdf": {
"width": "1008px",
"height": "648px"
}
}
}
}
}Make this design yours.
Open it in the editor, change anything you like, and keep it with your own templates. Your first 50 credits each month are free.


