Get title, description, OG image, favicon, and more from any URL. Perfect for link previews.
Include your API key in the X-Api-Key header.
X-Api-Key: sk_live_your_api_key
https://meta.kolni.dev/api/extract
| Field | Type | Required | Description |
|---|---|---|---|
url | string | Yes | URL to scrape |
curl -X POST https://meta.kolni.dev/api/extract \
-H "X-Api-Key: sk_live_your_key" \
-d '{"url":"https://github.com"}'Returns JSON with title, description, ogImage, favicon, etc.
| Header | Value |
|---|---|
Cache-Control | public, max-age=3600 |
X-RateLimit-Remaining | Requests remaining this minute |