---
canonical: 'https://htmlcsstoimage.com/features/html-to-image-for-sales'
title: 'HTML to Image API for Sales Automation | HTML/CSS to Image'
description: 'Generate personalized sales images, account summaries, proposal graphics, and outreach visuals from CRM data with an HTML-to-image API.'
---

# Create personalized sales images from CRM data

Turn account, prospect, and opportunity data into consistent visual briefs, proposal graphics, and outreach images without manual design work.

## Key capabilities

- CRM-driven images
- Personalized outreach
- Consistent sales collateral

## Generate an image from HTML and CSS

Send the HTML and CSS that define the image to `POST https://hcti.io/v1/image`. HTML/CSS to Image (HCTI) renders the content in headless Chromium and returns an image ID with a hosted URL.

```json
{
  "html": "<main class=\"card\"><h1>Weekly report</h1></main>",
  "css": ".card { padding: 48px; background: white; }"
}
```

Use browser-supported layout tools, web fonts, SVG, and JavaScript without maintaining your own screenshot browser. Set dimensions, device scale, output format, transparency, and other image options in the same request.

## MCP Integration

Connect an MCP-compatible client to `https://mcp.hcti.io` with OAuth. The tools use the connected organization's HTML/CSS to Image account, permissions, and plan limits.

- The `create_image` tool renders HTML and CSS as an image and returns the hosted image URL. Use it to create visual summaries, social cards, reports, and other application-generated graphics.

[Read the full MCP docs](https://docs.htmlcsstoimage.com/integrations/mcp/).

## Generate useful visuals for every account

### Account summaries

Render key company, contact, opportunity, and activity data into a visual brief for representatives.

### Personalized outreach

Generate prospect-specific images using CRM fields, campaign copy, and approved branding.

### Proposal graphics

Create pricing, package, timeline, and comparison visuals from current opportunity data.

### Pipeline updates

Turn stage, value, progress, and next-step data into images for reports and team communication.

## Get started

REST API requests require an HTML/CSS to Image account and should be authenticated from trusted application code. Check the API docs and pricing for current setup instructions, limits, and feature availability.

- [View the full feature page](https://htmlcsstoimage.com/features/html-to-image-for-sales)
- [Browse all features](https://htmlcsstoimage.com/features.md)
- [Start free](https://htmlcsstoimage.com/join)
- [View pricing](https://htmlcsstoimage.com/pricing.md)
- [Read the docs](https://docs.htmlcsstoimage.com/getting-started/using-the-api/)
- [Read the MCP docs](https://docs.htmlcsstoimage.com/integrations/mcp/)
