Resources · Make integration

Ideogram Make integrationAutomate Ideogram with Make.

Need images made or described without opening Ideogram each time? The Ideogram Make integration gives you 4 action modules. This guide is for marketers and ops people who start with Make: link the account, then build a first scenario that creates an image on its own.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Ideogram Make integration do for you?

The Ideogram Make integration lets a Make scenario, the automation you build as a chain of modules, ask Ideogram to create a picture or to describe one. Each module is one brick of that chain. Here all 4 are actions: they do something when the scenario reaches them, and nothing in Ideogram starts the scenario by itself.

Visuals for every new product line. A catalog tool or a spreadsheet adds an entry, and Generate an Image turns its text into a picture that the next module can store or post. Nobody copies prompts by hand anymore.

Readable descriptions for existing pictures. Describe an Image works the other way round: hand it a picture from an earlier step and it returns a description you can reuse as a caption or as a note in a content base.

Anything the listed modules skip. Make an API Call reaches any endpoint of the Ideogram API with the same connection, so a newer option does not wait for a dedicated module.

Limits worth knowing: Ideogram has no trigger in Make, so the scenario starts from another app or from a schedule. The API key also requires payment information on the Ideogram side. If a run fails, Make troubleshooting walks through the usual causes, and Make pricing explains how operations are counted. Weighing tools first? Read n8n vs Make.

Connect

How do you connect Ideogram to Make?

  1. 01

    Create your Ideogram API key

    In Ideogram, open the menu with the burger icon, click API Beta, accept the Developer API Agreement, then click Manage Payment and add your payment details. Choose personal or business use and click Create API key.

  2. 02

    Copy the key right away

    Ideogram displays the key at the moment it is created. Copy it right away into a safe place before closing the window, because you will paste it into Make in the next step.

  3. 03

    Add the connection in Make

    Place any Ideogram module in your scenario and click Create a connection. Give it a name in Connection name if you like, paste the key, and save. Every Ideogram module then reuses this connection.

First scenario

Your first scenario with Ideogram

GoalWhen a new idea lands in another app, Make asks Ideogram for a matching image.

  1. 01

    Start a blank scenario

    On the Scenarios page, create a new scenario and click the big +. The first module has to come from another app, since Ideogram offers no trigger.

  2. 02

    Pick the starting app

    Choose the app where your ideas live, such as a sheet or a form tool, and select its module. Link that account with Create a connection and point it at the right place.

  3. 03

    Add Generate an Image

    Click the + on the right of the first module, search Ideogram, and pick Generate an Image. Select your Ideogram connection, then map the text coming from the previous module into its fields.

  4. 04

    Test with Run once

    Click Run once. Make runs the scenario one time and shows the bundles, the items passed from module to module, so you can check the image Ideogram returned.

  5. 05

    Schedule and switch it on

    Open the clock on the first module. A new scenario checks every 15 minutes by default, and the Free plan cannot go lower. Adjust it, then switch the scenario on.

Modules

What each Ideogram module does

Ideogram gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Ideogram1

Describe an Image

Action

In MakeDescribes an image.

You get a written description of a picture, produced by Ideogram, ready to drop into the next module as plain text for a caption, a catalog entry or a review note.

When to use it
a batch of product photos arrives without captions and your team needs a first draft for each one.
Watch out
the output is AI text, so read it before it goes public.
Ideogram2

Generate an Image

Action

In MakeGenerates a new image.

A fresh image comes back from Ideogram each time the scenario reaches this module, built from the text you map into it from an earlier step.

When to use it
a blog brief or a campaign idea is saved elsewhere and you want a visual to go with it automatically. This is the current generation module, so start here rather than with the Legacy one.
Watch out
each run counts as one operation on your Make plan.
Ideogram3

Make an API Call

Action

In MakePerforms an arbitrary authorized API Call.

With this module you reach any endpoint of the Ideogram API from your scenario, while reusing the connection you already set up, so there is no second key to manage.

When to use it
Ideogram offers an option through its API that none of the three other modules exposes yet.
Watch out
you write the request yourself, so keep the Ideogram API documentation open next to the editor.
Ideogram4

Generate an Image (Legacy)

ActionIn the docs only

Make still lists this image generation module under the Legacy label, next to Generate an Image. The label points to an older version, kept for scenarios already built on it.

When to use it
you open an existing scenario built on it and want to leave it untouched for now.
Watch out
the Make documentation gives this module no description at all, so for any new build the regular Generate an Image module is the documented choice.
Need help

Need help automating Ideogram with Make?

A person reads every message.

FAQ

Ideogram and Make: frequent questions

01Is the Ideogram Make integration free?
Yes on the Make side, since Ideogram is a standard app available from the Free plan. That plan allows 2 active scenarios, at least 15 minutes between scheduled runs, runs of up to 5 minutes and files up to 5 MB, with 512 MB of data transfer. Paid plans lower the interval to 1 minute and allow 40 minutes per run. Ideogram is another story: generating an API key requires payment information in your Ideogram account, so check the Ideogram pricing page for their side of the bill.
02What do you need to connect Ideogram to Make?
You need an active Ideogram user account and an API key. To get the key, open the settings menu, click API Beta, accept the Developer API Agreement and Policy, add payment details under Manage Payment, pick personal or business use, then click Create API key. Copy the key as soon as it appears, since Ideogram shows it at creation. In Make, add an Ideogram module, click Create a connection, paste the key and save.
03Can an Ideogram scenario start in real time?
Not from Ideogram itself, because the app has no trigger module in Make. Your scenario starts in one of two ways. Either another app opens it, for example a form or a sheet that has its own trigger, and the Ideogram modules follow. Or you set a schedule on the first module: a new scenario runs every 15 minutes by default, and the Free plan cannot go below that interval, while paid plans go down to 1 minute.
04What if an Ideogram feature is missing from Make?
Use Make an API Call. It sends a request to any endpoint of the Ideogram API through the connection you already created, so an option without a dedicated module stays within reach. You need to build the request following the Ideogram API documentation. Also keep in mind that the Make documentation for this app states it was produced with AI from Ideogram sources and may contain mistakes, so confirm anything important with Ideogram directly.
05Should you use Make or n8n for Ideogram?
It depends on what you already run. On Make, Ideogram offers 4 action modules, a connection by API key and Make an API Call for the rest, and it works from the Free plan. The same app often has an n8n node too, so the useful criteria are the modules each side exposes for your use case and the tool your team already builds in. The n8n vs Make comparison linked above sets the two side by side without picking a winner.