Real estate

Property listing ad

Show a home for sale with its photo, price, address, and key facts on one card.

File types
PNGJPEGWebP
Size
1080 × 1350 px
Use case
Real estate
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Playfair Display font, original graphic marks, and fictional sample names.
A portrait property ad with a black silhouette house under a dusk sky fading from dark green to amber and a large amber moon, above a cream panel with the price, three gold facts, the agency contact, and a dark green viewing button.
property-listing-ad/template.html

About this design

What you can make with it.

Estate agents use this to list a home for sale or viewing. It shows the price and three key facts under a silhouette of the house. Update the price, the address, the facts, and the agent's contact each time.

Your details

What you can change.

These are the words and numbers you swap for your own. The design stays the same.

  1. RibbonA short text.
  2. StatusA short text.
  3. PriceA short text.
  4. Property typeA short text.
  5. AddressA short text.
  6. LocalityA short text.
  7. BedsA short text.
  8. Beds labelA short text.
  9. BathsA short text.
  10. Baths labelA short text.
  11. AreaA short text.
  12. Area labelA short text.
  13. AgencyA short text.
  14. ContactA short text.
  15. ActionA short text.
  16. PhotoA short text.
  17. LogoA short text.
Sample data
{
  "ribbon": "Open house · Sat 2 to 4 pm",
  "status": "For sale",
  "price": "£895,000",
  "property_type": "Family home",
  "address": "48 Harbourview Lane",
  "locality": "Rosewood Bay, Bristol BS4 2AB",
  "beds": "4",
  "beds_label": "Bedrooms",
  "baths": "2.5",
  "baths_label": "Bathrooms",
  "area": "236 m²",
  "area_label": "Floor area",
  "agency": "Keystone Homes",
  "contact": "Dana Whitfield · +44 117 555 2244",
  "action": "Book a viewing"
}

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.

API request
curl https://thirds.ai/v1/image \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: property-listing-ad-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"ribbon":"Open house · Sat 2 to 4 pm","status":"For sale","price":"£895,000","property_type":"Family home","address":"48 Harbourview Lane","locality":"Rosewood Bay, Bristol BS4 2AB","beds":"4","beds_label":"Bedrooms","baths":"2.5","baths_label":"Bathrooms","area":"236 m²","area_label":"Floor area","agency":"Keystone Homes","contact":"Dana Whitfield · +44 117 555 2244","action":"Book a viewing"},"image":{"format":"png","width":1080,"height":1350}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "property-listing-ad-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "ribbon": "Open house · Sat 2 to 4 pm",
          "status": "For sale",
          "price": "£895,000",
          "property_type": "Family home",
          "address": "48 Harbourview Lane",
          "locality": "Rosewood Bay, Bristol BS4 2AB",
          "beds": "4",
          "beds_label": "Bedrooms",
          "baths": "2.5",
          "baths_label": "Bathrooms",
          "area": "236 m²",
          "area_label": "Floor area",
          "agency": "Keystone Homes",
          "contact": "Dana Whitfield · +44 117 555 2244",
          "action": "Book a viewing"
        },
        "image": {
          "width": 1080,
          "height": 1350
        }
      }
    }
  }
}

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.