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

# POST /api/v1/memos/-/linkMetadata:batchGet

`POST /api/v1/memos/-/linkMetadata:batchGet`

BatchGetLinkMetadata gets metadata for links.

## Request body

- BatchGetLinkMetadataRequest
  - `urls` string[], required — Required. The link URLs.

## Response `200`

OK

- BatchGetLinkMetadataResponse
  - `linkMetadata` LinkMetadata[] — The link metadata list, in the same order as the input URLs.
    - `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)
