Resources · Make integration

Fal.ai Make integrationAutomate Fal.ai with Make.

What if every new product brief came back with a picture, without anyone opening Fal.ai? The Fal.ai Make integration gives you 5 action modules to generate images and videos and fetch results. This guide shows how to link your API key and build a first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Fal.ai Make integration do for you?

The Fal.ai Make integration lets a Make scenario, the automation you build in Make as a chain of modules, send prompts and images to Fal.ai and bring the results back. It has no trigger of its own: another app or a schedule starts the scenario, then Fal.ai does the generation.

Visuals on demand for a content team. A writer adds a prompt to a table, and Generate an Image from Text turns it into a picture your scenario can pass to the next app. Nobody copies prompts by hand anymore.

Short clips from product shots. An online shop already has clean product photos. Generate a Video from Image takes one of them and asks Fal.ai for a video, so a catalog update can feed social posts.

Follow-up on a request. Get a Request Status checks where a request stands, and Get a Response fetches what Fal.ai returned. Anything the listed modules do not cover goes through Make an API Call, which reuses the same connection.

Be aware of one thing: the Make documentation for this app says it was generated with AI from the Fal.ai docs and may contain mistakes, so verify important details with Fal.ai directly. If you want to compare tools first, read the n8n vs Make comparison and the Make pricing guide. Teams that prefer to learn step by step can start with the Make training.

Connect

How do you connect your Fal.ai account to Make?

  1. 01

    Generate an API key in Fal.ai

    Log in to Fal.ai and open the keys page of your dashboard. Click Generate, then copy the API key displayed on screen. You need an active Fal.ai account first; the subscription side is handled on the Fal.ai pricing page.

  2. 02

    Add a Fal.ai module in Make

    In your scenario, search for Fal.ai, pick any of its modules and click Create a connection. A connection is your Fal.ai account linked to Make once, then reused by every Fal.ai module you add later.

  3. 03

    Paste the key and save

    Give the connection a clear label in Connection name if you want (it is optional), paste the API key you copied, and confirm. The module is then ready to be filled in.

First scenario

Build your first scenario with Fal.ai

GoalWhen a new prompt lands in another app, Make asks Fal.ai for an image and then fetches the response.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the +. Since Fal.ai has no trigger, the first module comes from the app where your prompts live.

  2. 02

    Add Generate an Image from Text

    Click the + on the right of that first module, search for Fal.ai and pick Generate an Image from Text. Choose your connection, then map the prompt from the previous module.

  3. 03

    Fetch the result

    Add Get a Response after it and map the request from the image module (check in Run once what it returns). Each item passed between modules is a bundle: here, one prompt and its result.

  4. 04

    Test with Run once

    Click Run once. Make runs the scenario one time, and you can open each module to read the bundles it received and check what Fal.ai sent back.

  5. 05

    Schedule and switch it on

    Open the clock on the first module and set the schedule (every 15 minutes by default), then switch the scenario on. Each module run counts as one operation on your plan.

Modules

What each Fal.ai module does

Fal.ai gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Fal.ai1

Generate an Image from Text

Action

In MakeGenerates images from text.

You get a picture out of a written prompt, produced by Fal.ai and handed to the rest of your scenario. Start here if pictures are what your team needs.

When to use it
a marketer drops a campaign idea in a table and wants a first visual to react to, without opening Fal.ai.
Watch out
the documentation for this app was written with AI help, so test the output with Run once before relying on it.
Fal.ai2

Generate a Video from Image

Action

In MakeGenerates video from image.

This one hands Fal.ai a still image and gets a video back, so a photo you already have becomes moving content for your scenario.

When to use it
a shop adds a new product photo and wants a short animated version for its social feed, built from the same file.
Watch out
the image has to come from an earlier module; map it carefully and check the bundle in Run once.
Fal.ai3

Get a Request Status

Action

In MakeGets the status of a request.

Knowing where a Fal.ai request stands is what this module gives you: it reads the status of a request made earlier, so your scenario can decide what to do next.

When to use it
before fetching a result, add it after a generation module to see if the request is ready.
Watch out
it only reports a status; to get the actual content, pair it with Get a Response.
Fal.ai4

Get a Response

Action

In MakeGets the response of a request.

With Get a Response, your scenario collects what Fal.ai returned for a request, ready to be passed to a storage app, an email or a chat message.

When to use it
once a generation has run and you want the result sent on to your team or your files.
Watch out
map the request from the right earlier module; if you point it at another request, you get that other result.
Fal.ai5

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Any endpoint of the Fal.ai API becomes reachable from your scenario through this module, using the connection you already set up. It covers what the four other modules leave out.

When to use it
you need a Fal.ai feature that none of the listed modules offers.
Watch out
you write the request yourself, so keep the Fal.ai API documentation open while you set it up.
Need help

Need help automating Fal.ai with Make?

A person reads every message.

FAQ

Fal.ai and Make: common questions

01Is the Fal.ai Make integration free?
Yes, on the Make side. Fal.ai is a standard app, available from the Free plan like the 3,000+ other standard apps. The Free plan caps you at 2 active scenarios, a minimum of 15 minutes between scheduled runs, 5 minutes per execution, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams, Enterprise) lower the interval to 1 minute and count usage in credits each month. Your Fal.ai account is a separate matter: its subscription is described on the Fal.ai pricing page.
02What do you need to connect Fal.ai to Make?
An active Fal.ai account and an API key. You create the key from the keys page of your Fal.ai dashboard with the Generate button, then copy it. In Make, add any Fal.ai module, click Create a connection, optionally name it, and paste the key. That single connection then serves every Fal.ai module in your scenarios, including Make an API Call, so you only go through these steps once per Fal.ai account.
03Can a Fal.ai scenario start automatically in real time?
Not from Fal.ai itself, because the app has no trigger module. You start the scenario another way. Either another app's trigger opens the flow, for example a new row with a prompt, and its speed then depends on that app. Or you put the Fal.ai module first and let the Make schedule run it, every 15 minutes by default, with a 15 minute minimum on the Free plan and 1 minute on paid plans.
04What if the Fal.ai module you need is missing?
Use Make an API Call. It can call any endpoint of the Fal.ai API from your scenario with the connection you already have, so a feature without its own module is still reachable. Also keep in mind that the Make documentation for Fal.ai states it was produced with AI from the vendor docs and may contain mistakes. When a detail matters, check it in the Fal.ai documentation or ask Fal.ai directly before building around it.
05Should you use Make or n8n for Fal.ai?
It depends on where your other automations already run. In Make, Fal.ai comes with 5 modules: two generation modules, two to follow a request and Make an API Call for the rest, all behind one connection. The same app often has an n8n node too, so check that side if your team already works in n8n. No tool is ranked here; pick the one your team maintains every day, and compare both editors on a real prompt before choosing.