GET
/
metatags
curl --request GET \
  --url https://api.dub.co/metatags
{
  "title": "Dub.co - Link Management for Modern Marketing Teams",
  "description": "Dub.co is the open-source link management infrastructure ...",
  "image": "https://assets.dub.co/thumbnail.jpg"
}

Query Parameters

url
string
required

The URL to retrieve metatags for.

Response

200 - application/json
title
string | null
required

The meta title tag for the URL.

description
string | null
required

The meta description tag for the URL.

image
string | null
required

The OpenGraph image for the URL.