Media kits

Media kit

Introduce yourself to partners with your services, formats, and how to book you.

File types
PDF
Size
A4 PDF
Use case
Media kits
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Bebas Neue and Instrument Sans fonts, original graphic marks, fictional sample names, and an original AI-generated example photo.
A portrait A4 media kit with a full-bleed orange-toned photo header, the large white name Isla Rowe, a cream body listing services in short rows, and a dark footer bar with a booking line and formats.
media-kit/template.html

About this design

What you can make with it.

Creators, newsletters, and publishers send this when a partner asks what they offer. It carries an introduction, the audience, a list of services, the formats on offer, and a booking line. Update the services and contact details for every new edition you send out.

Your details

What you can change.

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

  1. BrandA short text.
  2. EditionA short text.
  3. IntroductionA longer text with more than one line.
  4. AudienceA longer text with more than one line.
  5. ServicesA list of items. Each item has name and detail.
  6. FormatsA short text.
  7. ContactA short text.
  8. Booking lineA short text.
  9. FooterA short text.
Sample data
{
  "brand": "Isla Rowe",
  "edition": "Fourth quarter 2026",
  "introduction": "I help home and lifestyle brands show up inside a slower, well-lit kind of morning.",
  "audience": "Reaches 41,000 people a week, mostly women aged 28 to 45 who care about their homes.",
  "services": [
    {
      "name": "Feed feature",
      "detail": "One styled photo set and caption placing your product inside a real morning routine."
    },
    {
      "name": "Story takeover",
      "detail": "A full day of stories shot on location, with a swipe-up link and a saved highlight."
    },
    {
      "name": "Newsletter mention",
      "detail": "A short, honest write-up inside my Sunday reading list to 12,000 subscribers."
    },
    {
      "name": "Podcast read",
      "detail": "A live-read segment on the weekly podcast, recorded in my own voice."
    },
    {
      "name": "Reel collaboration",
      "detail": "A short-form video built around one product, filmed and edited in my usual style."
    },
    {
      "name": "Bundle package",
      "detail": "A feed feature, three stories, and one newsletter mention across the same week."
    },
    {
      "name": "Product gifting",
      "detail": "I try new pieces for a few weeks first, then only post if it earns a place in my routine."
    },
    {
      "name": "Renewal partner",
      "detail": "Return each season with fresh photos and a repeat mention at a lower day rate."
    }
  ],
  "formats": "Instagram, newsletter, and podcast",
  "contact": "hello@islarowe.example  |  @islarowe",
  "booking_line": "Book a slot before the next edition fills.",
  "footer": "Isla Rowe media kit, updated for partners each quarter"
}

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: media-kit-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"brand":"Isla Rowe","edition":"Fourth quarter 2026","introduction":"I help home and lifestyle brands show up inside a slower, well-lit kind of morning.","audience":"Reaches 41,000 people a week, mostly women aged 28 to 45 who care about their homes.","services":[{"name":"Feed feature","detail":"One styled photo set and caption placing your product inside a real morning routine."},{"name":"Story takeover","detail":"A full day of stories shot on location, with a swipe-up link and a saved highlight."},{"name":"Newsletter mention","detail":"A short, honest write-up inside my Sunday reading list to 12,000 subscribers."},{"name":"Podcast read","detail":"A live-read segment on the weekly podcast, recorded in my own voice."},{"name":"Reel collaboration","detail":"A short-form video built around one product, filmed and edited in my usual style."},{"name":"Bundle package","detail":"A feed feature, three stories, and one newsletter mention across the same week."},{"name":"Product gifting","detail":"I try new pieces for a few weeks first, then only post if it earns a place in my routine."},{"name":"Renewal partner","detail":"Return each season with fresh photos and a repeat mention at a lower day rate."}],"formats":"Instagram, newsletter, and podcast","contact":"hello@islarowe.example  |  @islarowe","booking_line":"Book a slot before the next edition fills.","footer":"Isla Rowe media kit, updated for partners each quarter"}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "pdf",
      "idempotency_key": "media-kit-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "brand": "Isla Rowe",
          "edition": "Fourth quarter 2026",
          "introduction": "I help home and lifestyle brands show up inside a slower, well-lit kind of morning.",
          "audience": "Reaches 41,000 people a week, mostly women aged 28 to 45 who care about their homes.",
          "services": [
            {
              "name": "Feed feature",
              "detail": "One styled photo set and caption placing your product inside a real morning routine."
            },
            {
              "name": "Story takeover",
              "detail": "A full day of stories shot on location, with a swipe-up link and a saved highlight."
            },
            {
              "name": "Newsletter mention",
              "detail": "A short, honest write-up inside my Sunday reading list to 12,000 subscribers."
            },
            {
              "name": "Podcast read",
              "detail": "A live-read segment on the weekly podcast, recorded in my own voice."
            },
            {
              "name": "Reel collaboration",
              "detail": "A short-form video built around one product, filmed and edited in my usual style."
            },
            {
              "name": "Bundle package",
              "detail": "A feed feature, three stories, and one newsletter mention across the same week."
            },
            {
              "name": "Product gifting",
              "detail": "I try new pieces for a few weeks first, then only post if it earns a place in my routine."
            },
            {
              "name": "Renewal partner",
              "detail": "Return each season with fresh photos and a repeat mention at a lower day rate."
            }
          ],
          "formats": "Instagram, newsletter, and podcast",
          "contact": "hello@islarowe.example  |  @islarowe",
          "booking_line": "Book a slot before the next edition fills.",
          "footer": "Isla Rowe media kit, updated for partners each quarter"
        }
      }
    }
  }
}

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.