技能 人工智能 Runway Webhooks AI视频生成

Runway Webhooks AI视频生成

v20260423
runway-webhooks-events
本技能为Runway Webhooks提供了实现模式,用于处理AI视频生成、图像编辑和创意AI工作流。通过使用Python SDK示例,开发者可以触发复杂的视频创建任务(如图生视频),并处理异步结果。适用于将高端创意AI功能集成到开发应用中。
获取技能
454 次下载
概览

Runway Webhooks Events

Overview

Implementation patterns for Runway webhooks events — AI video generation platform.

Prerequisites

  • Completed runway-install-auth setup

Instructions

Step 1: SDK Pattern

from runwayml import RunwayML

client = RunwayML()

task = client.image_to_video.create(
    model='gen3a_turbo',
    prompt_text='A serene lake at dawn, mist rising, birds flying',
    duration=5,
)
result = task.wait_for_task_output()
if result.status == 'SUCCEEDED':
    print(f"Video: {result.output[0]}")

Output

  • Runway integration for webhooks events

Error Handling

Error Cause Solution
401 Unauthorized Invalid API key Check RUNWAYML_API_SECRET
402 Insufficient credits No credits Add credits at dev.runwayml.com
Task FAILED Content policy Adjust prompt

Resources

Next Steps

See related Runway skills for more workflows.

信息
Category 人工智能
Name runway-webhooks-events
版本 v20260423
大小 1.59KB
更新时间 2026-04-28
语言