# Get preview metadata for a link attachment

Fetches title, description, and image metadata for a URL, for use when building a link attachment on a User Generated Content item. This is a lookup only — it does not create or modify any content.

Endpoint: POST /v2/ugc/link_previews
Version: 2026-09-09
Security: oauth2_as_a_user

## Request fields (application/json):

  - `url` (string, required)
    The URL to generate a preview for.

