Active |
---|
This application does not need additional settings. So you can make connection only by using your login credentials or by following the instructions below . |
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.
To establish the connection, you must:
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.
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.
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. |
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. |
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. |