Portfolio work

Portfolio cover

Open a portfolio with your studio's story, selected projects, and contact details.

File types
PDF
Size
A4 PDF
Use case
Portfolio work
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Anton font, original graphic marks, and fictional sample names.
A portrait A4 portfolio cover with a near-black background, a gold diagonal corner, a bold white headline reading Work built to last past the first look, a gold numbered list of six projects, and a gold contact band.
portfolio-cover/template.html

About this design

What you can make with it.

Studios use this to open a portfolio or capability pack. It names the studio and edition, states a point of view, lists the disciplines on offer, and tables each project with its client and year. Add new projects and a fresh introduction for every edition you send.

Your details

What you can change.

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

  1. Studio nameA short text.
  2. EditionA short text.
  3. Portfolio titleA short text.
  4. IntroductionA longer text with more than one line.
  5. DisciplinesA short text.
  6. ProjectsA list of items. Each item has name, client and year.
  7. ContactA short text.
  8. WebsiteA short text.
  9. FooterA short text.
Sample data
{
  "studio_name": "Northline Studio",
  "edition": "Portfolio · Autumn 2026",
  "portfolio_title": "Work built to last past the first look",
  "introduction": "A selection of identity, packaging, and editorial work made for small brands that want something considered and built to last.",
  "disciplines": "Identity · Packaging · Signage · Editorial design",
  "projects": [
    {
      "name": "Identity and packaging",
      "client": "Amber & Rye Bakery",
      "year": "2026"
    },
    {
      "name": "Signage and wayfinding",
      "client": "Lumen Youth Arts",
      "year": "2026"
    },
    {
      "name": "Retail identity refresh",
      "client": "Harbour Goods",
      "year": "2025"
    },
    {
      "name": "Editorial redesign",
      "client": "Orbit Quarterly",
      "year": "2025"
    },
    {
      "name": "Studio identity relaunch",
      "client": "Marlow & Co",
      "year": "2025"
    },
    {
      "name": "Packaging and label design",
      "client": "Kestrel Outfitters",
      "year": "2024"
    }
  ],
  "contact": "hello@northline.example",
  "website": "northline.example/work",
  "footer": "New project slots open from November 2026 — get in touch to check availability."
}

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/pdf \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: portfolio-cover-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"studio_name":"Northline Studio","edition":"Portfolio · Autumn 2026","portfolio_title":"Work built to last past the first look","introduction":"A selection of identity, packaging, and editorial work made for small brands that want something considered and built to last.","disciplines":"Identity · Packaging · Signage · Editorial design","projects":[{"name":"Identity and packaging","client":"Amber & Rye Bakery","year":"2026"},{"name":"Signage and wayfinding","client":"Lumen Youth Arts","year":"2026"},{"name":"Retail identity refresh","client":"Harbour Goods","year":"2025"},{"name":"Editorial redesign","client":"Orbit Quarterly","year":"2025"},{"name":"Studio identity relaunch","client":"Marlow & Co","year":"2025"},{"name":"Packaging and label design","client":"Kestrel Outfitters","year":"2024"}],"contact":"hello@northline.example","website":"northline.example/work","footer":"New project slots open from November 2026 — get in touch to check availability."}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "pdf",
      "idempotency_key": "portfolio-cover-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "studio_name": "Northline Studio",
          "edition": "Portfolio · Autumn 2026",
          "portfolio_title": "Work built to last past the first look",
          "introduction": "A selection of identity, packaging, and editorial work made for small brands that want something considered and built to last.",
          "disciplines": "Identity · Packaging · Signage · Editorial design",
          "projects": [
            {
              "name": "Identity and packaging",
              "client": "Amber & Rye Bakery",
              "year": "2026"
            },
            {
              "name": "Signage and wayfinding",
              "client": "Lumen Youth Arts",
              "year": "2026"
            },
            {
              "name": "Retail identity refresh",
              "client": "Harbour Goods",
              "year": "2025"
            },
            {
              "name": "Editorial redesign",
              "client": "Orbit Quarterly",
              "year": "2025"
            },
            {
              "name": "Studio identity relaunch",
              "client": "Marlow & Co",
              "year": "2025"
            },
            {
              "name": "Packaging and label design",
              "client": "Kestrel Outfitters",
              "year": "2024"
            }
          ],
          "contact": "hello@northline.example",
          "website": "northline.example/work",
          "footer": "New project slots open from November 2026 — get in touch to check availability."
        }
      }
    }
  }
}

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.