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 →

Get Started with RunwayML API

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

Visit RunwayML API