# ogrender — Beautiful OG Images, Zero Design Work Source: https://ogrender.com/ # ogrender — Beautiful OG Images, Zero Design Work Auto-generates beautiful, brand-consistent Open Graph images for any website with zero design work. ## How It Works 1. **Enter your domain** — Tell us your website URL 2. **We analyze your brand** — Our AI crawls your site and extracts colors, fonts, logo, and tone 3. **Drop one meta tag** — We generate OG images for every page, served via CDN ## Key Features - **Auto Brand Extraction** — Colors, fonts, logo, and tone detected automatically - **Platform-Aware Serving** — Right size and format for Twitter, LinkedIn, Discord, Slack, WhatsApp - **CDN-Delivered** — Images served from the edge, globally fast - **Always Fresh** — Content changes detected, images auto-updated - **Full Template Editor** — Customize or build templates from scratch - **Developer API** — REST API with OpenAPI spec, or pay-per-render with x402 ## Get Started Sign up free at [ogrender.com](https://ogrender.com) — no credit card required. --- # Pricing — ogrender | Free, Pro, and Team Plans Source: https://ogrender.com/pricing # Pricing — ogrender ## Free — $0/month - 100 renders/month - 1 project - Static PNG only - "Powered by ogrender" badge ## Pro — $19/month - Unlimited renders - 5 projects - Custom subdomain (og.yourdomain.com) - Animated GIF support - A/B testing - Render history - No badge ## Team — $49/month - Unlimited renders - 20 projects - All Pro features - Webhook support - Full API access - Dynamic data injection ## API — Pay Per Render - $0.02 per render - No monthly fee - REST API + x402 micropayment - No subscription required --- # API Reference — ogrender Source: https://ogrender.com/docs/api # ogrender API Reference ## Base URL `https://ogrender.com/v1` ## Authentication All API requests require authentication via API key: ``` X-API-Key: ogr_your_api_key_here ``` Or as a Bearer token: ``` Authorization: Bearer ogr_your_api_key_here ``` Generate API keys at [ogrender.com/dashboard/api-keys](https://ogrender.com/dashboard/api-keys). ## Endpoints ### GET /v1/status Health check. Returns API version and status. ### GET /v1/render Render an OG image for any URL. **Query Parameters:** - `url` (required) — URL to render - `format` — `png` (default) or `jpeg` - `size` — `standard` (1200x630), `twitter` (1200x600), or `square` (800x800) - `project` — Project ID for branded renders - `json` — Set to `true` to return metadata JSON instead of image **Example:** ```bash curl -H "X-API-Key: ogr_your_key" \ "https://ogrender.com/v1/render?url=https://example.com&json=true" ``` ### GET /v1/brand/:projectId Returns the extracted brand profile for a project. ## OpenAPI Spec Full machine-readable spec at [/v1/openapi.json](https://ogrender.com/v1/openapi.json). ## Rate Limits - Free: 100 renders/month - Pro: Unlimited - Team: Unlimited - API (pay-per-render): $0.02/render, unlimited ## Error Format All errors return: ```json { "error": { "code": "error_code", "message": "Human-readable message" } } ``` --- # Free OG Image Checker — ogrender Source: https://ogrender.com/tools/og-checker # Free OG Image Checker Check any URL for Open Graph meta tags. See your score, what's missing, and how to fix it. ## What We Check - og:title, og:description, og:image, og:url, og:type - twitter:card, twitter:title, twitter:image - Image dimensions (should be 1200x630) - Image file size (WhatsApp needs < 300KB) - Missing or duplicate tags ## Fix It Automatically ogrender can auto-generate beautiful OG images for every page on your site. [Get started free](https://ogrender.com/sign-up)