LinkPreview extracts title, description, image, site name and more from any public page. Paste a link in chat apps, CMS, newsletters and AI tools without writing a scraper.
One predictable response for Open Graph, Twitter Cards and regular HTML pages.
Submit up to 50 URLs in one request and get every preview back.
Repeated lookups are served from cache, so pages load quickly and upstream load stays low.
curl -X POST https://linkpreview.161.153.49.230.sslip.io/v1/meta \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com/article"}'