Everything you need to go from a blank playground to fully automated social cards, QR codes and vCards — quick start, plan limits, the full API map and fixes for the most common errors.
On the homepage, pick one of the 5 templates (OG Gradient, OG Minimal, Quote Card, Blog Cover, Stat Card), type a title and subtitle, choose an accent color and a dark or light theme. The preview updates live — no account needed.
Call GET /api/v1/extract?url=… with any public https page and CardForge returns its title and description, ready to drop into the card parameters. Great for turning a blog post into an OG image in one step.
Sign up for a free key (50 card images per month, no credit card) or redeem a lifetime-deal coupon on /redeem for unlimited Enterprise access. Your key is shown once — store it safely.
The URL is the image: pass template, title, accent and format as query parameters and send your key in the X-API-Key header. Drop the URL straight into an og:image tag, or use POST /api/v1/cards/bulk (paid plans) to mint up to 50 signed URLs at once.
The QR & vCard panel in the playground previews a QR code for your card's URL and downloads a .vcf contact card built from your details. Programmatically, use GET /api/v1/qr and POST /api/v1/vcard with the same API key.
| Feature | Plan | API |
|---|---|---|
| Card playground (live preview, watermarked demo) | Free, no key | GET /api/demo |
| Card render API — 5 templates, PNG/JPEG/WebP | Free 50/mo → Business 100k/mo | GET /api/v1/card |
| Card text from a URL (title + description) | All plans, metered | GET /api/v1/extract |
| Bulk signed URLs (up to 50 per call) | Paid plans | POST /api/v1/cards/bulk |
| Card history (your last 30 renders) | All plans | GET /api/v1/cards/history |
| QR codes (SVG or PNG, error level M) | All plans, metered | GET /api/v1/qr |
| vCard (.vcf) contact files | All plans, metered | POST /api/v1/vcard |
| Share links & public gallery | Free | POST /api/share |
| Custom brand colors & themes | Premium and up | GET /api/v1/card (accent, bg, bg2) |
| White-label (your domain & branding) | Business | — |