إنشاء مهمة Runway لتحويل فيديو إلى فيديو
استخدم CometAPI Runway POST /runwayml/v1/video_to_video لبدء مهام إنشاء فيديو إلى فيديو، وتعيين X-Runway-Version، وتحويل المقاطع المصدر.
قبل استدعائها
- جهّز فيديو مصدرًا يطابق متطلبات الإدخال الخاصة بالمزوّد
- أدرج ترويسة
X-Runway-Versionالمطلوبة لمجموعة الميزات التي تريدها - ابدأ بـ Prompt قصير واحد يصف التغيير، وليس لوحة قصة كاملة
نسبة الإخراج
ratio مفصولة بنقطتين. استخدم 1280:720 لإخراج 1280x720 و720:1280 لإخراج 720x1280؛ ولا يتم قبول 1280x720 في كل مسارات Runway لتحويل الفيديو إلى فيديو.
تدفق المهمة
إرسال المقطع المصدر وPrompt
الاستعلام عن تفاصيل المهمة
تخزين النتيجة المُحوّلة
التفويضات
Bearer token authentication. Use your CometAPI key.
الترويسات
Runway API version header, for example 2024-11-06.
الجسم
HTTPS URL of the source video, or a base64 data URI containing the video.
Text prompt describing the desired output. Maximum 1000 characters.
Random seed for reproducible results. Range: 0–4294967295.
Model variant to use.
Optional reference images to guide generation. Each item must include type (e.g. image) and uri (HTTPS URL).
Requested output frame shape. Use colon-separated values such as 1280:720 or 720:1280; read them as 1280x720 and 720x1280 targets. Do not assume every Runway video-to-video route accepts 1280x720 with an x separator.
الاستجابة
success
The ID of the task that was created. Use this to retrieve the task later.