Auto-generate social media cards, Open Graph images, and branded screenshots for every blog post or product page.
# Generate a branded OG image from a template on every publish
curl -X POST https://api.toolcenter.dev/v1/og-image \
-H "Authorization: Bearer tc_live_..." \
-H "Content-Type: application/json" \
-d '{
"template": "blog-card",
"params": {
"title": "Why we pivoted to MCP",
"author": "Christian Mesa",
"date": "April 21, 2026"
}
}'
First 100 calls are free. Upgrade when the workflow hits production.