Runway Automation avatar
Runway Automation

Pricing

$19.00/month + usage

Go to Store
Runway Automation

Runway Automation

Developed by

Iñigo Garcia Olaizola

Maintained by Community

Automate Runway to generate AI videos via API or UI. Create multiple videos simultaneously, manage batch processing, and view results in a built-in video gallery for easy browsing and downloading. Perfect for streamlining your RunwayML workflow.

1.0 (1)

Pricing

$19.00/month + usage

3

Monthly users

12

Runs succeeded

80%

Response time

10 hours

Last modified

9 days ago

🎬 What does Runway Automation do?

Runway Automation enables you to automate AI video generation on RunwayML without manual intervention. With this actor, you can:

  • 🤖 Process multiple video prompts in bulk
  • 🎥 Generate videos either from text prompts (text-to-video) or from images (image-to-video)
  • ⚡ Handle multiple jobs concurrently
  • ⏳ Manage random wait times between operations
  • 📁 Generate an album HTML file for easy video browsing and downloading

Video Generation Modes

  • Image-to-Video:
    If you supply image URLs (via the images parameter) or a Google Drive folder URL (via the googleDriveFolder parameter), videos will be generated using your images. If you also provide text prompts, they will be used as additional input. When there are fewer prompts than images, the prompts will be repeated (looped) to ensure every image is paired with a prompt.

  • Text-to-Video:
    If no images or Google Drive folder is provided, the generation will be based solely on the text prompts you supply. Note: When using the gen3-alpha-turbo or gen4 models, direct text-to-video conversion is not supported. In these cases, if no image is provided, your prompt will first be used to generate an image using "RunwayML Frames", and then that image will be converted into a video. You can specify different prompts for the image generation and the video conversion by separating them with a vertical bar (|). For example:
    "A bomb with a time countdown | The bomb explodes"
    will use "A bomb with a time countdown" to generate the image, and "The bomb explodes" as the video prompt.

🔑 Prerequisites

Before using this actor, you need:

  1. An active Runway subscription
  2. Your Runway session token for authentication
  3. The LocalStorage Exporter Chrome extension

🚀 Setup Guide

Getting Your Runway Session Token

  1. Install the LocalStorage Exporter Chrome extension.
  2. Log in to app.runwayml.com.
  3. Click on the LocalStorage Exporter extension icon.
  4. Click Export to Clipboard.
  5. Copy the exported session data and paste it into the actor's session field.

Running the Actor

  1. Paste your session token into the actor's session input field.
  2. Enter your desired video prompts or specify image URLs (or a Google Drive folder URL) for image-to-video conversion.
  3. Configure generation options (choose mode, model, aspect ratio, video duration, etc.).
  4. Select a proxy from your country (recommended).
  5. Run the actor.

⚙️ Input Parameters

ParameterTypeDescriptionDefault
sessionStringYour Runway session token from app.runwayml.com (required)-
folderStringRunway folder where videos will be generated. Note: This folder must be manually created in Runway.Generations
promptsArrayList of text prompts to generate videos.-
imagesArray(Optional) List of image URLs for image-to-video conversion. You can also use a Google Drive folder URL instead.-
googleDriveFolderString(Optional) Google Drive folder URL containing images for video generation. The folder must be publicly shared.-
modeSelectGeneration mode: "explore" (slow, doesn't consume credits) or "credits" (fast, consumes credits)explore
modelSelectModel to generate videos. Options:
gen3-alpha – Text-to-video only
gen3-alpha-turbo – Supports vertical videos
gen4 – New model with expanded aspect ratios (e.g., 1:1, 4:3, 3:4, 21:9)
gen4
aspectRatioSelectAspect ratio of the generated video. Options:
• "16:9"
• "9:16" (only gen4 or gen3-alpha-turbo)
• "1:1" (only gen4)
• "4:3" (only gen4)
• "3:4" (only gen4)
• "21:9" (only gen4)
16:9
secondsSelectDuration of the generated video. Options: "5s" or "10s"10s
concurrencyIntegerNumber of concurrent jobs.1
minWaitIntegerMinimum wait time between operations (seconds). A random wait time is chosen between the minimum and maximum values.5
maxWaitIntegerMaximum wait time between operations (seconds).10
jobTimeoutIntegerMaximum time to wait for job completion (seconds). If a job takes longer than this timeout, it will be skipped.300
proxyConfigurationObjectConfiguration for selecting proxies to use.Uses Apify Residential proxy by default

📋 Output Format

The actor provides results in a structured JSON format. An example output looks like this:

1[
2  {
3    "album_url": "https://api.apify.com/v2/key-value-stores/1Ht4z6r0m1OfBqZs1/records/album.html#619775b2-1f53-409e-ad1d-5a8336b138b8",
4    "prompt": "Modern residential houses in nature, minimalist and elegant architecture, large glass facades, surrounded by trees, mountains, or lakes with sunlight streaming through",
5    "url": "https://cdn.runwayml.com/619775b2-1f53-409e-ad1d-5a8336b138b8/video.mp4",
6    "preview_url": "https://cdn.runwayml.com/619775b2-1f53-409e-ad1d-5a8336b138b8/preview.jpg",
7    "job_id": "619775b2-1f53-409e-ad1d-5a8336b138b8",
8    "image_url": "https://drive.usercontent.google.com/download?id=14ur340HEc31z4z1Y0C1_"
9  }
10]

🎥 Accessing Generated Videos

The actor saves an album.html file to the KeyValue store, providing an interface for easy browsing and downloading of your generated videos. You can access it by:

  • Clicking any "Album URL" field in the results table.
  • Navigating to Run > Storage > KeyValueStore and locating the album.html file.

The album interface offers several features:

  • Filtering: Search videos by prompt text or other metadata.
  • Batch Operations: Select multiple videos for batch downloads.
  • Detailed Viewing: Open videos in new tabs for closer inspection.
  • Download Options: Download selected videos as a ZIP file.

Here's an example album showcasing some generated videos so you can see how your results will be displayed: Browse Example Gallery

⚠️ Usage Guidelines and Best Practices

Account Safety

  • Automating Runway accounts may lead to termination.
  • Use this actor only for batch jobs you would normally perform manually.
  • Avoid running the automation continuously (24/7).
  • Always follow Runway's terms of service.

Performance Optimization

  • Start with 1–2 concurrent jobs and adjust based on performance.
  • Use proxies from your region to improve reliability.
  • Set appropriate job timeouts based on your selected generation mode.
  • Regularly update your session token if you plan long sessions.

General Tips

  • Test your setup with a small batch of prompts before scaling up.
  • Use clear, descriptive prompts to keep your results organized.
  • Monitor job success rates and tweak settings as needed.
  • Note that failed jobs are logged but won’t stop the entire process.

💳 How much will it cost to use Runway Automation?

Apify provides you with $5 free usage credits every month on the Apify Free plan. You can try and test Runway Automation for free with these credits.

If you plan to use it regularly, consider subscribing to one of Apify’s plans. We recommend the $49/month Personal plan which covers the costs of Runway Automation along with numerous executions.

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

3 days

Price

$19.00