Skip to main content

Runway

With Runway modules in Make, you can generate videos from images.

To use the Runway modules, you must have an account. You can create an account at dev.runwayml.com.

Refer to the Runway API documentation for a list of available endpoints.

Connect Runway to Make

To establish the connection, you must:

Obtain your API key in Developer Runway portal

To obtain your API key from your Developer Runway portal account:

  1. Log in to your Developer Runway portal account.

  2. In the API Keys section, click + New API Key.

  3. In the Name field, enter the name of the API key, then click Create.

  4. Copy the API key value shown and store it in a safe place.

    Note: Runway shows the API key as a plain text only once after you created it. If you lose an API key, you need to disable it and create a new one.

You will use this value in the API Key field in Make.

Establish the connection with Runway in Make

To establish the connection in Make:

  1. Log in to your Make account, add a Runway module to your scenario, and click Create a connection.

  2. Optional: In the Connection name field, enter a name for the connection.

  3. In the API Key field, enter the API key copied above.

  4. Click Save.

You have successfully established the connection. You can now edit your scenario and add more Runway modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.

Build Runway Scenarios

After connecting the app, you can perform the following actions:

Note

Before you can start using the Runway modules, you need to add credits to your organization in your Developer portal account. Refer to Runway documentation to learn more.

Video Generation

Generates a video based on image and text prompt.

Connection

Establish a connection to your Runway account.

Prompt image URL

Enter the HTTP URL to an image that is a prompt for a new video.

Prompt text

Enter the text that is a prompt for a new video.

Duration

Indicate duration of a new video in seconds.

Ratio

Indicate ratio of a new video.

Seed

Indicate a seed number of a new video.

Watermark

Indicate if you want to add a watermark to a new video.

Other

Performs an arbitrary authorized API call.

Connection

Establish a connection to your Runway account.

URL

Enter a path relative to https://api.dev.runwayml.com as set up in your connection. For example, /v1/image_to_video.

Read more about the base URL. Refer to the Runway API documentation for a list of available endpoints.

Method

Select or map the HTTP method you want to use:

GET to retrieve information for an entry.

POST to create a new entry.

DELETE to delete an entry.

Headers

Enter or map the desired request headers. You don't have to add authorization headers; we already did that for you.

Query String

Enter or map the request query string.

Body

Enter the body content for your API call.