Pull Quote Card
marketingtailwindpng

Pull Quote Card

Turn any pull quote into a shareable image for editorial and content marketing.

Request body
{
  "type": "tailwind",
  "content": "<div class=\"flex h-full w-full flex-col justify-between bg-zinc-900 p-16\">\n  <div class=\"flex items-center justify-between\">\n    <span class=\"font-mono text-xs text-zinc-500\">CUSTOMER STORY</span>\n    <span class=\"font-mono text-xs text-emerald-400\">5 / 5 stars</span>\n  </div>\n  <div class=\"flex flex-col\">\n    <span class=\"text-8xl font-bold text-emerald-400\" style=\"line-height:1;\">\"</span>\n    <span class=\"mt-4 text-3xl font-semibold text-white\" style=\"line-height:1.4;\">The best time to start automating your document pipeline was last year. The second best time is right now.</span>\n  </div>\n  <div class=\"flex items-center\">\n    <div class=\"flex h-14 w-14 items-center justify-center rounded-full bg-emerald-600\">\n      <span class=\"text-xl font-bold text-white\">DR</span>\n    </div>\n    <div class=\"ml-4 flex flex-col\">\n      <span class=\"text-base font-semibold text-white\">Daniel Ross</span>\n      <span class=\"mt-1 text-sm text-zinc-400\">CTO · Juniper Labs</span>\n    </div>\n  </div>\n</div>",
  "options": {
    "format": "png",
    "dimensions": "og-image",
    "scale": 2
  }
}

Code example

curl -X POST https://renderfy.io/api/v1/render \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "type": "tailwind",
  "content": "<div class=\"flex h-full w-full flex-col justify-between bg-zinc-900 p-16\">\n  <div class=\"flex items-center justify-between\">\n    <span class=\"font-mono text-xs text-zinc-500\">CUSTOMER STORY</span>\n    <span class=\"font-mono text-xs text-emerald-400\">5 / 5 stars</span>\n  </div>\n  <div class=\"flex flex-col\">\n    <span class=\"text-8xl font-bold text-emerald-400\" style=\"line-height:1;\">\"</span>\n    <span class=\"mt-4 text-3xl font-semibold text-white\" style=\"line-height:1.4;\">The best time to start automating your document pipeline was last year. The second best time is right now.</span>\n  </div>\n  <div class=\"flex items-center\">\n    <div class=\"flex h-14 w-14 items-center justify-center rounded-full bg-emerald-600\">\n      <span class=\"text-xl font-bold text-white\">DR</span>\n    </div>\n    <div class=\"ml-4 flex flex-col\">\n      <span class=\"text-base font-semibold text-white\">Daniel Ross</span>\n      <span class=\"mt-1 text-sm text-zinc-400\">CTO · Juniper Labs</span>\n    </div>\n  </div>\n</div>",
  "options": {
    "format": "png",
    "dimensions": "og-image",
    "scale": 2
  }
}' \
  --output render.png
Fork this template to my account →

One click. Free tier includes 1 saved template.

More marketing templates