Skip to main content
Video generation, image-to-video and upscaling. A second video model, with a different house look.

Connecting

In the dashboard, open Connectors, find Runway and press Connect. The key you enter is checked against Runway before anything is saved, so a key that is refused never becomes a connection that fails later.

What you will need

Getting the credential

  1. Create an API key in the Runway developer portal — it starts with key_
  2. Paste it into the connector

Notes

  • Asynchronous. Starting a job returns a task id. Poll get_task until status is SUCCEEDED; it can also end FAILED or CANCELLED, and sits at THROTTLED when the account is at its concurrency limit.
  • ratio is a width:height pixel pair, not a simple aspect ratio, and the accepted values differ per model. The values offered here are the ones valid for the models above.
  • Every request carries X-Runway-Version: 2024-11-06, which the API requires.
  • Results are copied onto BoostGPT storage, so the link keeps working.

What an agent can do with it

Useful resources