Generasi Video Async
Buat video Veo3 secara asynchronous melalui POST /v1/videos di CometAPI, mengembalikan task id dan mendukung panduan frame pertama/terakhir untuk klip 8 detik.
Gunakan halaman ini untuk memulai job Veo melalui rute bersama CometAPIDocumentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
/v1/videos. Pilih alias Veo yang saat ini tersedia dari halaman Models saat menetapkan model.
Pilih pola permintaan
- Text-to-video: jangan kirim file
input_reference - Image-to-video: kirim satu
input_reference - Panduan frame pertama dan frame terakhir: kirim dua file
input_referenceyang berurutan
Alur task
Poll endpoint video bersama
Resolusi alias
Fieldmodel dalam response mungkin menampilkan id model backend yang sudah di-resolve alih-alih alias yang Anda kirimkan. Gunakan halaman Models untuk menemukan alias Veo yang saat ini tersedia.Otorisasi
Bearer token authentication. Use your CometAPI key.
Body
Text prompt for the video job.
"A paper kite floats above a field."
CometAPI Veo alias. Use a current Veo alias from the Models page. The response may resolve this alias to a provider model id.
"veo3-fast"
Orientation hint. Use a landscape-like value such as 16x9 or a portrait-like value such as 9x16.
"16x9"
Optional image input. Send one file for image-to-video or two ordered files for first-frame and last-frame guidance.