LinkPreview
The LinkPreview API returns metadata for a supplied URL—including the page title, description, and a preview image—via a GET request to the root path. The target URL is supplied in the 'q' query parameter, and the request requires an X-Linkpreview-Api-Key header.
Latency
1664ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/
Retrieve preview information for a given URL.
1 endpoint auto-detected
Authentication
This API uses an API key, passed in the "X-Linkpreview-Api-Key" header. No OAuth required.
curl -X GET \ "https://www.linkpreview.net/" \ -H "X-Linkpreview-Api-Key: YOUR_API_KEY"
www.linkpreview.net · HTTPS only