Resources · Make integration

Runway Make integrationAutomate Runway with Make.

What if your product photos turned into short videos without anyone opening Runway? The Runway Make integration gives you 4 action modules for images and video. This guide is for marketers and ops people new to Make: connect your key, then build a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Runway Make integration do for you?

The Runway Make integration lets a Make scenario (the automation you build, a chain of steps) ask Runway to create an image or a video for you. Another app supplies the brief, Runway generates the result, and the next step files or shares it. No code, only your Runway API key.

A catalog that gets its own clips. An online shop adds a product photo and a line of copy somewhere else, and Generate a Video from Image(s) turns that pair into a short video for the listing. Nobody has to export, upload and wait by hand.

Visuals from a text idea. A content team writes prompts in a shared table; Generate an Image produces a picture for each one, ready to review before it goes anywhere public.

A new cut of existing footage. A video team drops a raw clip into its pipeline and Generate a Video from a Video returns a reworked version, so the editor starts from a draft instead of a blank timeline.

Know the limits before you start. Runway has no trigger in Make, so it never starts a scenario by itself: something else, another app or the schedule, has to kick things off. Make's own help page for this app also warns that it was written with AI from Runway's documentation and may contain mistakes, so check anything important with Runway. If you want to go further, the Make training covers the editor step by step, and the n8n vs Make comparison helps if you are still choosing a tool. Plan limits are explained on Make pricing.

Connect

How do you connect Runway to Make?

  1. 01

    Create an API key in Runway

    In Runway, open your organization settings and go to the API Keys tab. Create a new key, give it a name you will recognize later, generate it and copy it right away. You need an active Runway account for this step.

  2. 02

    Add a Runway module in Make

    Log in to Make, open a scenario and add any Runway module. On the module, click Create a connection. A connection is your Runway account linked to Make once, then reused by every Runway module.

  3. 03

    Paste the key and save

    Type a label in Connection name if you like, it is optional. Paste the API key you copied from Runway, or follow the on-screen instructions, and save. The module is now ready to fill in.

First scenario

Your first scenario with Runway

GoalWhen a new image and a short brief arrive from another app, Make asks Runway to turn them into a video.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the + to add the first module. Since Runway has no trigger, pick the app that holds your images and briefs.

  2. 02

    Add Generate a Video from Image(s)

    Click the + on the right of that first module, search for Runway and choose Generate a Video from Image(s). Click Create a connection and paste your API key.

  3. 03

    Map the image and the prompt

    Fill the module by mapping data from the first module: the image, and the text that describes the video you want. Mapping just means clicking a value from the previous step instead of typing it.

  4. 04

    Test with Run once

    Click Run once. Make runs the scenario a single time and shows the bundles each module received (a bundle is one item passed along, here one image). Check the result before going further.

  5. 05

    Schedule and switch on

    Click the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. From now on, each new brief gets its video without you.

Modules

What the Runway modules do

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

Runway1

Generate a Video from Image(s)

Action

In MakeGenerates a video based on image(s) and text prompt.

Hand Runway one or more images plus a text prompt, and you get back a video built from them. It is the quickest way to give still pictures some motion without leaving your scenario.

When to use it
a new product photo lands in your catalog and you want a short clip to go with it.
Watch out
each run is one operation, the unit Make counts on your plan, so test on a single image before feeding it a whole batch.
Runway2

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

This module reaches any endpoint of the Runway API with the connection you already set up. You get access to whatever the three ready-made modules do not cover, without managing the key a second time.

When to use it
Runway offers something in its API that has no dedicated module in Make.
Watch out
you write the request yourself, so keep Runway's API documentation open while you fill it in.
Runway3

Generate a Video from a Video

ActionIn the docs only

Going by its name, this one starts from an existing clip instead of a still image and gives you back a new video. Your footage becomes raw material rather than something to redo from scratch.

When to use it
a team uploads raw footage and wants a reworked version waiting for the editor.
Watch out
Make publishes no official description for this module, so run it once on a short clip and read the output before automating it.
Runway4

Generate an Image

ActionIn the docs only

As its name says, it generates an image, with no photo or clip needed at the start. Choose this module when nothing visual exists yet, unlike the two video modules that need an image or a clip to start from.

When to use it
a marketer adds a new prompt to a shared table and wants a first visual to react to.
Watch out
the output is generated, so put a human review step before anything reaches a public page or a client.
Need help

Need help automating Runway with Make?

A person reads every message.

FAQ

Questions about Runway and Make

01Is the Runway Make integration free?
Yes, on the Make side. Runway is a standard app, so it works from the Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) drop the interval to 1 minute and allow 40 minutes of execution. Runway itself needs an active account with an API key, and its own pricing is set by Runway, not by Make.
02What do you need to connect Runway to Make?
Two things: an active Runway account and an API key from it. In Runway, open your organization settings, go to the API Keys tab, create a key, name it, generate it and copy it. In Make, add any Runway module, click Create a connection, optionally name the connection and paste the key. That single connection then serves all four Runway modules, including Make an API Call, so you only go through this once per account.
03Can Runway start a Make scenario on its own?
No. Runway has no trigger module in Make, so nothing in Runway can wake a scenario up. The scenario has to start elsewhere: either a trigger from another app, such as a new row or a new file, or the schedule you set on the first module, every 15 minutes by default and at least 15 minutes apart on the Free plan. Runway then comes in as an action, generating the image or video once the first module hands it the data it needs.
04What if the Runway module you need is missing in Make?
Use Make an API Call. It is one of the four Runway modules and lets your scenario call any endpoint of the Runway API with the connection you already created, so there is no second key to manage. You will write the request yourself, which means reading Runway's API documentation first. Keep in mind that Make's help page for Runway was produced with AI from Runway's docs and may contain mistakes, so confirm important details with Runway directly.
05Should you use Make or n8n for Runway?
It depends on the tool your team already runs. In Make, Runway comes with four ready modules: images from text, video from images, video from video, plus Make an API Call for the rest. Many apps also have an n8n node, so check whether one exists for Runway before you compare. Then weigh the criteria that matter to you, such as who will maintain the scenarios and which other apps they must reach. The n8n vs Make comparison on this site lays those criteria out side by side.