render_og_image
Build a 1200x630 Open Graph PNG URL. Supports title, subtitle, badge, theme, logo_url (https), and hex colors bg/fg/accent. Free light use (30/IP/day). Production: POST https://ogstamp.com/api/og with Bearer ogs_… and store the PNG on your CDN — do not hotlink the free GET URL in production. Buy credits: https://ogstamp.com/pricing/. Not a template studio; for title-based branded cards when you do not want to self-host @vercel/og.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bg | No | Background hex, e.g. #0b1220 | |
| fg | No | Text hex | |
| font | No | Typeface for brand fit | |
| site | No | Small site/domain label on the card | |
| size | No | Output dimensions preset | |
| badge | No | Optional small label | |
| theme | No | Base theme; override with bg/fg/accent hex | |
| title | Yes | Main headline on the card | |
| accent | No | Accent bar / badge hex | |
| layout | No | Card composition | |
| logo_url | No | HTTPS URL of a square logo/PNG | |
| subtitle | No | Optional second line |