Media — Homepage

Showcase your catalog, rights availability, and partner ecosystem so agents can pitch or source content without waiting for human follow-up.

Schema: media-homepage.schema.json Industry overview: /industries/media/

Fields

Provide the business logic behind licensing and distribution decisions.

Field Description
template String identifier; always media_homepage. Required.
version Semantic version number. Required.
updated_at ISO 8601 timestamp for the JSON snapshot. Required.
brand Metadata about the media house (name, domain, tagline, logo, founded).
catalog Summary of catalog size, genres, and production cadence.
flagship_titles Array of spotlight titles with id, name, format, logline, availability, and trailer_url.
rights Breakdown of licensing tiers (SVOD, AVOD, theatrical, print) with territories, language dubs, and window timing.
distribution Existing partners with region, platform, contact, and status.
audience Key demographics, viewership metrics, and engagement trends.
actions Licensing, screening, and partnership calls-to-action with type, label, url, owner.
resources Press kits, screener portals, metadata downloads, and production schedules.
Example schema — handsomecalavera.com
{
  "template": "media_homepage",
  "version": "1.0.0",
  "updated_at": "2024-02-10T10:48:00Z",
  "brand": {
    "name": "Handsome Calavera Media Collective",
    "domain": "https://www.handsomecalavera.com",
    "tagline": "Original documentaries and craft storytelling across the Americas.",
    "logo": "https://www.handsomecalavera.com/assets/media/logo.svg",
    "founded": 2016,
    "headquarters": "Austin, TX"
  },
  "catalog": {
    "titles": 142,
    "formats": ["Documentary", "Docu-series", "Short film", "Podcast"],
    "genres": ["Craft", "Travel", "Sustainability", "Entrepreneurship"],
    "annual_output": 18
  },
  "flagship_titles": [
    {
      "id": "HC-DOC-019",
      "name": "Leather Lines",
      "format": "Docu-series",
      "logline": "Follow artisans who keep traditional leathercraft alive across Mexico and Spain.",
      "availability": {
        "status": "available",
        "rights": ["SVOD", "Educational"],
        "territories": ["US", "Canada", "UK", "MX"],
        "languages": ["English", "Spanish"],
        "window_end": "2026-12-31"
      },
      "trailer_url": "https://www.handsomecalavera.com/media/leather-lines-trailer"
    },
    {
      "id": "HC-SHORT-044",
      "name": "The Repair Ticket",
      "format": "Short film",
      "logline": "A concierge chronicles heartfelt stories from a leather repair desk.",
      "availability": {
        "status": "festival",
        "rights": ["Theatrical", "Festival"],
        "territories": ["Worldwide"],
        "languages": ["English"],
        "window_end": "2024-09-30"
      },
      "trailer_url": "https://www.handsomecalavera.com/media/the-repair-ticket"
    }
  ],
  "rights": [
    {
      "tier": "SVOD",
      "included_titles": 78,
      "territories": ["US", "Canada", "UK", "EU", "Australia"],
      "window": {
        "start": "2024-01-01",
        "end": "2026-12-31"
      },
      "languages": ["English", "Spanish", "French"],
      "notes": "First-window exclusivity for month one, then non-exclusive."
    },
    {
      "tier": "Educational",
      "included_titles": 56,
      "territories": ["US", "Canada"],
      "window": {
        "start": "2023-08-01",
        "end": "2025-08-01"
      },
      "languages": ["English"],
      "notes": "Includes classroom discussion guides and transcript bundle."
    }
  ],
  "distribution": [
    {
      "region": "North America",
      "platform": "Vistia Stream",
      "status": "active",
      "contact": {
        "name": "Alyssa Romero",
        "email": "[email protected]"
      }
    },
    {
      "region": "Latin America",
      "platform": "TeleColor",
      "status": "negotiating",
      "contact": {
        "name": "Marco Ortiz",
        "email": "[email protected]"
      }
    }
  ],
  "audience": {
    "primary_demo": "25-44, urban, craft and travel enthusiasts",
    "monthly_viewers": 2.7,
    "units": "million",
    "engagement_metrics": [
      { "name": "Average watch time", "value": "36 minutes per session" },
      { "name": "Newsletter CTR", "value": "14%" }
    ]
  },
  "actions": [
    {
      "type": "licensing",
      "label": "Request licensing deck",
      "url": "https://www.handsomecalavera.com/media/licensing",
      "owner": "[email protected]"
    },
    {
      "type": "screening",
      "label": "Book a private screener",
      "url": "https://cal.com/handsomecalavera/screener",
      "owner": "[email protected]"
    },
    {
      "type": "partnership",
      "label": "Pitch a co-production",
      "url": "https://www.handsomecalavera.com/media/coproduction",
      "owner": "[email protected]"
    }
  ],
  "resources": [
    {
      "type": "press_kit",
      "title": "2024 press kit",
      "url": "https://www.handsomecalavera.com/assets/media/press-kit-2024.zip"
    },
    {
      "type": "metadata",
      "title": "Full title metadata CSV",
      "url": "https://www.handsomecalavera.com/assets/media/catalog.csv"
    },
    {
      "type": "schedule",
      "title": "Production slate",
      "url": "https://www.handsomecalavera.com/media/production-slate"
    }
  ]
}
Copy & paste template
{
  "template": "media_homepage",
  "version": "1.0.0",
  "updated_at": "YYYY-MM-DDThh:mm:ssZ",
  "brand": {
    "name": "YOUR-MEDIA-BRAND",
    "domain": "https://www.YOUR-DOMAIN.com",
    "tagline": "Tagline here.",
    "logo": "https://www.YOUR-DOMAIN.com/path-to-logo.svg",
    "founded": 0,
    "headquarters": "City, Country"
  },
  "catalog": {
    "titles": 0,
    "formats": ["Format"],
    "genres": ["Genre"],
    "annual_output": 0
  },
  "flagship_titles": [
    {
      "id": "TITLE-ID",
      "name": "Title name",
      "format": "Format",
      "logline": "One-sentence hook.",
      "availability": {
        "status": "available",
        "rights": ["SVOD"],
        "territories": ["US"],
        "languages": ["English"],
        "window_end": "YYYY-MM-DD"
      },
      "trailer_url": "https://www.YOUR-DOMAIN.com/trailer"
    }
  ],
  "rights": [
    {
      "tier": "Licensing tier",
      "included_titles": 0,
      "territories": ["US"],
      "window": { "start": "YYYY-MM-DD", "end": "YYYY-MM-DD" },
      "languages": ["English"],
      "notes": "Additional details."
    }
  ],
  "distribution": [
    {
      "region": "Region",
      "platform": "Platform",
      "status": "active",
      "contact": { "name": "Name", "email": "[email protected]" }
    }
  ],
  "audience": {
    "primary_demo": "Audience description",
    "monthly_viewers": 0,
    "units": "million",
    "engagement_metrics": [
      { "name": "Metric name", "value": "Value" }
    ]
  },
  "actions": [
    { "type": "licensing", "label": "Primary CTA", "url": "https://www.YOUR-DOMAIN.com/path", "owner": "[email protected]" }
  ],
  "resources": [
    { "type": "press_kit", "title": "Resource title", "url": "https://www.YOUR-DOMAIN.com/resource.zip" }
  ]
}