Skip to main content
GET
/
v1
/
unfurl
Unfurl a URL
curl --request GET \
  --url https://api.magne.app/v1/unfurl \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>",
  "title": "<string>",
  "description": "<string>",
  "image": "<string>",
  "siteName": "<string>",
  "favicon": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

url
string
required

Response

Success

url
string
title
string | null
description
string | null
image
string | null
siteName
string | null
favicon
string | null