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:
Log in to your Developer Runway portal account.
In the API Keys section, click + New API Key.
In the Name field, enter the name of the API key, then click Create.
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:
Log in to your Make account, add a Runway module to your scenario, and click Create a connection.
Optional: In the Connection name field, enter a name for the connection.
In the API Key field, enter the API key copied above.
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 | |
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 | |
URL | Enter a path relative to 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. |