Runway
With Runway modules in Boost.space Integrator, 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 Boost.space Integrator
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 Boost.space Integrator.
Establish the connection with Runway in Boost.space Integrator
To establish the connection in Boost.space Integrator:
-
Log in to your Boost.space Integrator 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:
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
Generate a Video from an Image(s)
Generates a video based on image(s) and text prompt.
Connection
Establish a connection to your Runway account.
First URL
Enter the first URL pointing to an image used to generate the video.
Last URL
Enter the last URL pointing to an image used to generate the video.
Prompt text
Enter the text that is a prompt for a new video.
Duration
Indicate duration of a new video in seconds.
Ratio
Select a ratio for the 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
Make an API Call
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.
API version
Select the version of your API. If you leave it empty, the old API version will be used.
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.
Legacy article, imported from the original Boost.space knowledge base (/knowledge-base/applications/file-and-document-management/runway/).