Google Fonts
google_fontsRobotoAdvertise a job description with an image.

Interactive example
Change the HTML, CSS, or API options. The browser preview updates as you edit; select Image to render the final output through the API.
Example code
Choose a language and copy a complete request using this example's HTML, CSS, and API options.
# pip install requests
import os
import requests
request = {
"html": """
<div class="Box m-4">
<div class="Box-row Box-row--unread">
<div class="CircleBadge CircleBadge--small bg-green float-left d-block mr-3 text-center">
<h1 class="text-white text-center text-shadow-dark d-flex flex-justify-center height-full mt-1">S</h1>
</div>
<h4>Senior iOS Engineer</h4>
<span>SuperAppCo</span><br/>
<span>
<label class="Label Label--gray mr-1">IOS</label> <label class="Label Label--gray mr-1">SENIOR</label> <label class="Label Label--gray mr-1">ENGINEER</label>
</span>
</div>
<div class="Box-row">
<ul class="lead ml-4 mb-0">
<li><b>
$150-$200k</b> salary</li>
<li>
Flexible hours</li>
<li>
Up to <b>20</b> weeks parental leave</li>
<li>
<b>$3,000</b> learning budget per year</li>
<li>
New laptop every 2 years
</li></ul>
</div>
</div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Primer/10.8.1/build.css" />
""",
"css": """
.Box {
width: 400px;
}
body {
font-family: Roboto !important;
}
""",
"google_fonts": "Roboto",
}
response = requests.post(
"https://hcti.io/v1/image",
auth=(os.environ["HCTI_API_ID"], os.environ["HCTI_API_KEY"]),
json=request,
timeout=30,
)
response.raise_for_status()
result = response.json()
print(result["url"])
Request configuration
These values are sent with the HTML and CSS to control how HCTI loads the page and captures the final screenshot. You can change each one in the editor above.
google_fontsRobotoFrom code to screenshot
HTML/CSS to Image renders HTML and CSS in hosted Chrome, then captures the result as an image or PDF. Each example combines real source code with the API options used for the render, so it is both a working demo and a starting point for your own request.
Edit the source and options above to test changes in the browser, then render through the API to see the production result.
Yes. Open an example to inspect and edit its complete HTML, CSS, and render options. Use it as a starting point, then send the resulting request from your application.
Examples are complete API requests built from HTML and CSS. Templates are saved, reusable designs created in the visual editor and rendered repeatedly with different variable values.
Yes. HCTI can render HTML and CSS or capture a public webpage as an image, and it can generate PDFs when you need document output instead of a screenshot.
Send the example’s HTML, CSS, and request options from your application.
Use HCTI with MCP-enabled AI tools, Zapier, Make, and other automation platforms.
Start with a visual preset, customize it in the template editor, and render it repeatedly with dynamic values.
Keep exploring
Social card with a fun SVG background and highlighted text.
Explore example