Memos
Memo Service

Get Link Metadata

GetLinkMetadata gets metadata for a link.

GET
/api/v1/memos/-/linkMetadata

Query Parameters

url?string

Required. The link URL.

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/memos/-/linkMetadata"
{
  "url": "string",
  "title": "string",
  "description": "string",
  "image": "string"
}
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}

On this page

No Headings