Create beautiful social preview images for any page. Light and dark themes. Simple REST endpoint.
Include your API key in the X-Api-Key header.
X-Api-Key: sk_live_your_api_key
https://og.kolni.dev/api/generate
| Field | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Headline text |
curl -X POST https://og.kolni.dev/api/generate \
-H "X-Api-Key: sk_live_your_key" \
-d '{"title":"My Post"}'Returns SVG image (1200x630).
| Header | Value |
|---|---|
Cache-Control | public, max-age=3600 |
X-RateLimit-Remaining | Requests remaining this minute |