
Social proof
Stat callout ad
Lead with one giant statistic, a one-line claim, and the source.
- PNG
- JPEG
- WebP
HTML to image
Write it once as HTML, then get it back as a PNG, JPEG, or WebP at the size you ask for. Social cards, ad images, and report previews come out with your fonts, colours, and layout in place.
HTMLOne request
Post your HTML with the format and size you want. The response holds a signed download link, or a webhook tells your server when the file is ready.
curl --fail-with-body --silent --show-error https://thirds.ai/v1/image \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-H 'Idempotency-Key: YOUR_UNIQUE_IMAGE_REQUEST' \
--data '{"html":"<h1>Quarterly report</h1><p>Ready to share.</p>","image":{"format":"png","width":1200,"height":630},"wait":false}'
HTMLThis image was made by this API from the event promo gallery template.
Real files
Each file below came from a different gallery template through one POST /v1/image request. Open each one to see the real output, and open the source to see the HTML that made it.
What you control
Set the options in the image object of the request. The defaults make a 1280 × 720 PNG, so you only change what you need. The size sets the canvas; a template holds one layout, so there is no automatic resizing for a new shape.
How it works

Paste it in the editor, or send it from your app with one request.

A real browser lays out your page at the exact width and height you asked for.

Get the file from a signed link, or let a webhook tell your server it is ready.
Templates with data
A saved template holds the HTML. Each request sends only the data, so a product card or a social post comes out matching every time.

Start from a real template

Social proof
Lead with one giant statistic, a one-line claim, and the source.


Link previews
Make a link preview image for a web page with the site name, title, and description.
Good to know
Questions
Go deeper
Start now
Sign in, paste some HTML, and download the picture. The free plan includes 25 credits every month.