---
title: "Fetch link-preview metadata (Open Graph) for an external URL"
method: GET
path: "/api/v1/link-preview"
tags: ["link-preview"]
---

# Fetch link-preview metadata (Open Graph) for an external URL

`GET /api/v1/link-preview`

## Query parameters

- `url` string — Absolute http(s) URL of the page to preview.

## Response `200`

OK

- LinkPreviewResponse
  - `description` string
  - `faviconUrl` string
  - `imageUrl` string
  - `siteName` string
  - `title` string
  - `url` string, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `501` — Not Implemented
- `502` — Bad Gateway

## Changes

- **2026-09-19** `9ccd0e5d0870` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/link-preview/get.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/revisions/c9673ebc394b?raw)
