---
title: "GET /api/v1/memos/-/linkMetadata"
method: GET
path: "/api/v1/memos/-/linkMetadata"
tags: ["MemoService"]
---

# GET /api/v1/memos/-/linkMetadata

`GET /api/v1/memos/-/linkMetadata`

GetLinkMetadata gets metadata for a link.

## Query parameters

- `url` string

## Response `200`

OK

- LinkMetadata
  - `url` string — The original link URL.
  - `title` string — The link title.
  - `description` string — The link description.
  - `image` string — The link image URL.

## Other responses

- `default` — Default error response

---

[API](https://skmtc.net/usememos/apis/untitled-api.md) · [All operations](https://skmtc.net/usememos/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usememos/untitled-api/versions/f01e84cf5acc/schema)
