create_og_image
Generate Open Graph images for social sharing using built-in templates or custom HTML with configurable text, colors, and dimensions.
Instructions
Generate an Open Graph / social card image. Returns an image using built-in templates or custom HTML.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | No | Built-in template name (default: "default") | |
| html | No | Custom HTML template (overrides template parameter, Growth plan+) | |
| title | No | Main title text (default: "Your Title Here") | |
| subtitle | No | Subtitle text | |
| logo | No | Logo image URL | |
| bgColor | No | Background color as hex, e.g. "#0f172a" | |
| textColor | No | Text color as hex, e.g. "#f8fafc" | |
| accentColor | No | Accent color as hex, e.g. "#6366f1" | |
| bgImage | No | Background image URL | |
| width | No | Image width in pixels (default: 1200) | |
| height | No | Image height in pixels (default: 630) | |
| format | No | Image format (default: png) |