Product ads

Street ad

Run a wide outdoor ad for shoppers with a huge product line.

File types
PNGJPEGWebP
Size
1920 × 640 px
Use case
Product ads
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Anton and Space Mono fonts, original graphic marks, fictional sample names, and an original AI-generated example photo.
A 3:1 street ad on a deep purple background with a pink Stokes Croft tag, the bold cream headline New vinyl every Friday, mustard text reading Waxwork Records, Cheltenham Road, and a circular gold-ringed portrait of a woman with dark hair on the right.
city-billboard/template.html

About this design

What you can make with it.

Shops use this wide ad for a street billboard or a wide web placement. It pairs a huge product headline with a circular portrait on the right and the brand name below. Swap the headline, brand, and photo for each new campaign.

Your details

What you can change.

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

  1. KickerA short text.
  2. HeadlineA short text.
  3. PlaceA short text.
  4. PhotoA short text.
Sample data
{
  "kicker": "Stokes Croft",
  "headline": "New vinyl every Friday.",
  "place": "Waxwork Records · Cheltenham Road"
}

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: city-billboard-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"kicker":"Stokes Croft","headline":"New vinyl every Friday.","place":"Waxwork Records · Cheltenham Road"},"image":{"format":"png","width":1920,"height":640}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "city-billboard-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "kicker": "Stokes Croft",
          "headline": "New vinyl every Friday.",
          "place": "Waxwork Records · Cheltenham Road"
        },
        "image": {
          "width": 1920,
          "height": 640
        }
      }
    }
  }
}

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.