All Templates

Link Preview Image

Generate stunning image previews from URLs or links with automatic metadata extraction

  • 100% customizable in the editor
  • Render via API, Zapier, Make & n8n
  • Export PNG, JPG, PDF & MP4
  • Generate at scale from a spreadsheet
  • Remix it with the AI design agent
Link Preview Image
01

Start from this template

Skip the blank canvas — this design is ready to make your own.

02

Customize it free

Edit text, colors and images in the Orshot editor in minutes.

03

Render or automate

Export instantly, or generate at scale via API, Zapier, Make & n8n.

Checkout Website Screenshot API for taking clean screenshots from any URL

Integrations

Automate this template using integrations

Rest API

Rest API

Signed URLs

Signed URLs

For developers

Backend Usage

You can generate Link Preview Image renders using Rest API and Orshot SDKs

await fetch("https://api.orshot.com/v1/generate/images", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    Authorization: "Bearer <ORSHOT_API_KEY>",
  }, 
  body: JSON.stringify({
    "templateId": "link-preview-image",
    "response": {
      "format": "png",
      "type": "base64"
      "scale": 1
    },
    "modifications": {
      "url": "https://www.theverge.com/the-vergecast/673453/openai-jony-ive-io-gadget-google-io-vergecast",
      "backgroundPattern": "waves",
      "backgroundColor": "linear-gradient(#80E4AB, #348F6A)",
      "backgroundImage": "",
      "fontFamily": "Poppins",
      "width": "1200",
      "title": "",
      "author": "",
      "authorTitle": "",
      "date": "",
      "readTime": "",
      "authorPhoto": ""
    }
  }),
});

Modifications

You can customize the template using following modifications

KeyDescriptionType
url
URL of the blog post to extract metadata from
string
backgroundPattern
Add a background pattern, leave empty for none.
select
backgroundColor
Background color or gradient. Supports hex colors, CSS gradients, or named colors
string
backgroundImage
Background image URL. Takes priority over backgroundColor
string
fontFamily
Font family for the text
select
width
Width of the preview card in pixels (height is auto)
number
title
Override the automatically extracted title
string
author
Override the automatically extracted author name
string
authorTitle
Author's job title or description
string
date
Override the automatically extracted publish date
string
readTime
Estimated reading time
string
authorPhoto
Override the automatically extracted author photo URL
string