Coming soon

HTML to Image API for Make

A native Make app for the HTML to Image API is in development. It is not available yet, and this page will be rewritten with real setup instructions when it is.

See also GitHub Actions JavaScript

Not available yet

There is no html2img app in Make today. This page exists so the plan is visible; it will be rewritten with real modules and setup instructions once the integration ships. Nothing described here should be treated as available.

What it will do

The intention is a native Make app that exposes the three things the API already does, as modules you can drop into a scenario without writing an HTTP request by hand: rendering HTML you supply, capturing a public URL, and filling one of the named templates from scenario data.

Beyond that, nothing is decided. Rather than list modules, triggers and field names that do not exist yet, this page will be replaced when they do.

Until then

Make can already call the API today through its generic HTTP module, which is a POST with one header:

  • URL: https://app.html2img.com/api/html for markup you supply, or https://app.html2img.com/api/screenshot for a live URL
  • Method: POST
  • Header: X-API-Key with your key from the dashboard
  • Body: JSON, with html or url and any options you need

The response is a JSON envelope carrying the hosted URL of the render, which the next module in your scenario can use directly. The getting started guide covers the request and response shapes, and the parameter reference covers every option.

If your automation runs from a repository rather than a scenario, the GitHub Action is available now and does the same job in CI.

Tell us what you need

If a Make integration would be useful to you, get in touch and say what your scenario looks like. That is what decides which modules get built first.

Start rendering from Make

50 free credits, no card required. One credit renders one image or one PDF.