
Runway Automation
3 days trial then $19.00/month - No credit card required now

Runway Automation
3 days trial then $19.00/month - No credit card required now
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.
Actor Metrics
9 Monthly users
No reviews yet
3 bookmarks
88% runs succeeded
Created in Feb 2025
Modified 4 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 theimages
parameter) or a Google Drive folder URL (via thegoogleDriveFolder
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.
🔑 Prerequisites
Before using this actor, you need:
- An active Runway subscription
- Your Runway session token for authentication
- The LocalStorage Exporter Chrome extension
🚀 Setup Guide
Getting Your Runway Session Token
- Install the LocalStorage Exporter Chrome extension.
- Log in to app.runwayml.com.
- Click on the LocalStorage Exporter extension icon.
- Click Export to Clipboard.
- Copy the exported session data and paste it into the actor's
session
field.
Running the Actor
- Paste your session token into the actor's
session
input field. - Enter your desired video prompts or specify image URLs (or a Google Drive folder URL) for image-to-video conversion.
- Configure generation options (choose mode, model, aspect ratio, video duration, etc.).
- Select a proxy from your country (recommended).
- Run the actor.
⚙️ Input Parameters
Parameter | Type | Description | Default |
---|---|---|---|
session | String | Your Runway session token from app.runwayml.com (required) | - |
folder | String | Runway folder where videos will be generated. Note: This folder must be manually created in Runway. | Generations |
prompts | Array | List of text prompts to generate videos. | - |
images | Array | (Optional) List of image URLs for image-to-video conversion. You can also use a Google Drive folder URL instead. | - |
googleDriveFolder | String | (Optional) Google Drive folder URL containing images for video generation. The folder must be publicly shared. | - |
mode | Select | Generation mode: "explore" (slow, doesn't consume credits) or "credits" (fast, consumes credits) | explore |
model | Select | Model to generate videos. (Note: Vertical videos are only available for 'Gen 3 Alpha Turbo', and text-to-video is only available for 'Gen 3 Alpha') | gen3-alpha |
aspectRatio | Select | Aspect ratio of the generated video. Options: "1280x768" (16:9 Horizontal) or "768x1280" (9:16 Vertical) | 1280x768 |
seconds | Select | Duration of the generated video. Options: "5s" or "10s" | 10s |
concurrency | Integer | Number of concurrent jobs | 1 |
minWait | Integer | Minimum wait time between operations (seconds). A random wait time is chosen between the minimum and maximum values. | 5 |
maxWait | Integer | Maximum wait time between operations (seconds). | 10 |
jobTimeout | Integer | Maximum time to wait for job completion (seconds). If a job takes longer than this timeout, it will be skipped. | 300 |
proxyConfiguration | Object | Configuration 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.