New: AI voiceover + auto-captions - script to captioned video in one API call. Read the announcement

Branding Video Template

Award & Recognition Announcement

A composed "we won something" film built as a citation rather than a firework: the award, the category, the issuing body, the year, and one restrained sentence saying why. Five scenes over 33 seconds at 1920x1080 (16:9), alternating deep ink and champagne grounds with award gold used as an engraver's line — a 1px certificate frame inset 54px on every frame, hairline rules, and a drawn seal that carries the year at 300px on the opener, 150px as a stamp beside the recipient, and 200px on the close. Ten fields swap per render: announcement_label (the flex knob — AWARD ANNOUNCEMENT / CERTIFICATION / RANKING / TEN YEARS), issuing_body, year_label, award_name, category_name, citation_line, recipient_name, recipient_line, website_line, and recipient_photo (the one photographic beat, a right-hand panel under a left-to-right ink scrim with a slow 1.06x push). One row per winner in a spreadsheet becomes one film per winner, each with its own name set in 104px Bodoni instead of a shared PNG.

Aspect ratio
16:9 · Horizontal
Duration
~33s
Category
Branding

What you can customize

This template exposes 10 dynamic fields you can swap per video — edit them in the editor or pass them to the API to batch-render variations at scale. The monospace name is the exact key to send in replacements.

  • Announcement Label

    text
    announcement_label

    AWARD ANNOUNCEMENT

    ~62 characters max · 1 line

  • Year Label

    text
    year_label

    2026

    ~9 characters max · 1 line

  • Issuing Body

    text
    issuing_body

    The Northern Hospitality Awards

    ~43 characters max · 1 line

  • Category Name

    text
    category_name

    Regional Winner · North West

    ~150 characters max · 1 line

  • Award Name

    text
    award_name

    Independent Restaurant of the Year

    ~52 characters max · 2 lines

  • Recipient Photo

    url
    recipient_photo

    https://images.unsplash.com/photo-1750943082452-c714763f73b2?w=1400&q=80

  • Recipient Name

    text
    recipient_name

    Baxter & Rowe

    ~20 characters max · 1 line

  • Recipient Line

    text
    recipient_line

    Marlow Street, Manchester · Serving since 2014

    ~58 characters max · 1 line

  • Citation Line

    text
    citation_line

    “For eleven years of cooking that made a quiet corner of the city worth the walk — and for training half its kitchens along the way.”

    ~202 characters max · 3 lines

  • Website Line

    text
    website_line

    baxterandrowe.co.uk

    ~150 characters max · 1 line

Render it from the API

Copy either call below. Both already carry this template's ID and its real variable keys — swap the values for your own.

1. Preview it — free

Same body as a render. Costs no credits, creates no job. Returns a public URL that plays the video in a browser, plus a list of problems with your payload — a mistyped key is otherwise ignored in silence.

curl -X POST https://renderly.video/api/v1/previews \
  -H "Authorization: Bearer $RENDERLY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "templateId": "award-recognition-announcement",
  "replacements": {
    "announcement_label": "AWARD ANNOUNCEMENT",
    "year_label": "2026",
    "issuing_body": "The Northern Hospitality Awards",
    "category_name": "Regional Winner · North West",
    "award_name": "Independent Restaurant of the Year",
    "recipient_photo": "https://images.unsplash.com/photo-1750943082452-c714763f73b2?w=1400&q=80"
  }
}'

2. Render it

Change one word in the URL. Keep templateId — it is what links your call to this template, so later improvements reach you automatically.

curl -X POST https://renderly.video/api/v1/renders \
  -H "Authorization: Bearer $RENDERLY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "templateId": "award-recognition-announcement",
  "replacements": {
    "announcement_label": "AWARD ANNOUNCEMENT",
    "year_label": "2026",
    "issuing_body": "The Northern Hospitality Awards",
    "category_name": "Regional Winner · North West",
    "award_name": "Independent Restaurant of the Year",
    "recipient_photo": "https://images.unsplash.com/photo-1750943082452-c714763f73b2?w=1400&q=80"
  }
}'

The body above shows 6 of 10 variables. Send any subset — every key you leave out renders its authored default. Read the full contract, with character limits, from GET /api/v1/templates/award-recognition-announcement/variables. See the previewing guide, the rendering guide, or the OpenAPI spec.

Frequently asked questions

How do I customize the Award & Recognition Announcement template?

Open the template in the Renderly editor and replace its 10 customizable fields (such as Announcement Label) with your own text, images, or video. Every change previews instantly before you render.

How much does it cost to render this template?

Rendering is credit-based — 1 credit equals 1 minute of 1080p video. You only pay when you export, and credits never expire on the pay-as-you-go plan.

Can I generate this video at scale via the API?

Yes. POST this template's ID and a replacements object to /api/v1/renders — one call per row of data, 10 fields swappable per video. Send the same body to /api/v1/previews first to check it for free. No-code integrations like Zapier work the same way.

More Branding templates

Company Culture / Employer Brand template preview

Company Culture / Employer Brand

The always-on employer-brand film a company renders once and links every individual job ad back to — 40 seconds, 16:9 (1920x1080), six scenes on an alternating warm-paper / ink rhythm with a single terracotta accent, set in Instrument Serif, Work Sans and JetBrains Mono. It opens on a full-bleed shot of the room under the company's own opening line, then makes its whole argument in one frame: three team photographs presented as captioned evidence under "Nothing here was arranged." Three culture points follow — the first beside a photo card on ink, the second where the photograph becomes a physical print laid on the page at -2.4 degrees, the third delivered from a paper slip over the full-bleed room — before a cross-dissolve (the only one in the edit) into a screenshotable careers card carrying a terracotta CTA pill, the careers URL and a three-up contact strip of the same three photographs. Eighteen dynamic fields swap per render: company_name and company_detail (the masthead on all six scenes), opening_line, culture_1_title/culture_2_title/culture_3_title with their matching culture_1_body/culture_2_body/culture_3_body, caption_1/caption_2/caption_3, closing_line, careers_url, and four photographs — photo_room plus photo_team_1/photo_team_2/photo_team_3, each reused across several scenes so a single swap updates every appearance. Each caption_N is bound to its own photo_team_N and must describe that specific picture ("TUESDAY PLANNING. NINE MINUTES."), because the documentary caption is what stops three office photos reading as stock. Re-render whenever a fact stops being true — headcount, office, or policy — or batch one per trading brand off a single HR record. Text renders at fixed design sizes, so keep replacements near the sample lengths (title ~26 chars, caption ~34, closing line ~64) or they will clip rather than shrink.

Color Grading template preview

Color Grading

A creative template showcasing different color grading effects.

Hand Template template preview

Hand Template

A unique template with animated letter-by-letter text reveal.

Ready to make your Award & Recognition Announcement video?

Customize it in the editor and render in minutes — no design or editing skills required.