ToolKiti
Home/图像生成/RunwayML API

RunwayML API

RunwayML 接口

Advanced video generation, image-to-video, and text-to-video using Gen-3 and Gen-4 models.

使用 Gen-3 和 Gen-4 模型进行高级视频生成、图像转视频和文本转视频。

Pricing

free tier (credits), Standard $15/mo, Pro $35/mo, Unlimited $100/mo

Authentication

  • API Key
  • OAuth

Popularity

74/100

Endpoints

https://api.runwayml.com/v1/generations
https://api.runwayml.com/v1/image-to-video

SDKs

PythonJavaScriptcurl

Key Features

Code Examples

Generate Videobash
curl https://api.runwayml.com/v1/generations \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $RUNWAY_API_KEY" \
  -d '{
    "prompt": "A cinematic drone shot...",
    "model": "gen-4"
  }'

Tags

videogenerationaicreative

Last updated: 2026-07-30

Compare RunwayML API with other APIs

Similar APIs

Something wrong or missing? Open an issue on GitHub →

Pricing Comparison

APIPricingAuthPopularity
Midjourney APIsubscription plans from $10/monthDiscord Bot (via API proxy)
92
RunwayML APIfree tier + $15/monthAPI Key
79
Midjourney APIsubscription ($10-$60/mo), API via third-partyAPI Key
75
Sora 2 API (via API Box)pay-as-you-go (credits)API Key (Bearer Token)
65

Get Started with RunwayML API

Click below to visit the official website and start using this API.

Visit RunwayML API

Discussion

Questions, feedback, or suggestions? Start a discussion.

Discuss on GitHub