Video Gönder
CometAPI içinde POST /mj/submit/video kullanarak bir Midjourney video işi gönderin, parametreleri ayarlayın ve oluşturulan video çıktısı için işleme sürecini takip edin.
Bu endpoint’i, bir Midjourney görsel sonucunu kısa bir video render’ına dönüştürmek için kullanın.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Çağırmadan önce
- Tamamlanmış bir Midjourney görsel sonucu veya desteklenen bir görsel URL’siyle başlayın
- Döndürülen task id’yi asenkron bir iş akışının başlangıcı olarak değerlendirin
- Tamamlanan varlığın, diğer Midjourney görevleri için kullanılan aynı polling endpoint’i üzerinden geleceğini bekleyin
Görev akışı
Görev tamamlanana kadar polling yapın
Yetkilendirmeler
Bearer token authentication. Use your CometAPI key.
Gövde
Motion intensity of the generated video.
low, high First-frame image as a public URL or base64-encoded data URI.
Text prompt to guide the video generation.
Action to perform on an existing video task. When set, index and taskId are required.
Zero-based index selecting which video variant to act on from the parent task.
Parent task id to continue from. Required when action is set.
Custom state string. Returned as-is in the task result and webhook callback for your own tracking.
When true, return the original provider video URL instead of a CometAPI-proxied link.
Video model variant, e.g. vid_1.1_i2v_480 (480p) or vid_1.1_i2v_720 (720p).