Make
Make integromatMake (Integromat)
Render an image from any Make scenario with the built-in HTTP module. The module gets the finished image back directly, so there is nothing to poll.
Http make a request module settingsHTTP "Make a request" module settings
| Field | Value |
|---|---|
| URL | https://render.imejis.io/v1/YOUR_DESIGN_ID |
| Method | POST |
| Header | dma-api-key: YOUR_API_KEY |
| Body type | Raw / application/json |
| Parse response | Off (the response is a binary image, not JSON) |
Send the fields you want to change as component.property pairs in the request content, mapping in fields from earlier modules:
Request content (JSON)
{
"headline.text": "{{1.title}}",
"subtitle.text": "{{1.subtitle}}"
}The module outputs the image as data, which you can pass straight into a Google Drive, email, or Slack module.
For a full walkthrough, see image automation with Make and the integrations overview. Want it fully hands-off? An AI agent can drive the same API over MCP.