Link preview API

Get Preview of the url

POST https://www.simply.co/api/link-preview/

Headers

Name
Type
Description

api-key

string

Authentication token

Request Body

Name
Type
Description

url

string

url to generate to preview

{
    "title": "reddit",
    "description": "Reddit is a network of communities based on people's interests. Find communities you're interested in, and become part of an online community!",
    "image": "https://www.redditstatic.com/icon.png",
    "force_title": "reddit",
    "absolute_image": "https://www.redditstatic.com/icon.png"
}

Last updated

Was this helpful?