CometAPIラッパー
動画を取得
CometAPI Veo3 Retrieve API(GET /v1/videos/)を使用して、video_id によりステータスの取得、メタデータの照会、または Veo3 動画生成結果のダウンロードを行います。
GET
Retrieve a Veo video job
このエンドポイントは Veo ジョブをポーリングするために使用します。現在のタスク状態と、解決されたバックエンド model 情報を返します。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.
ポーリングループ
最初にジョブを作成
まず Veo3 Async Generation を開始し、返された
id を保存します。model ID が変わる場合がある理由
レスポンスには、送信したエイリアスではなく、解決済みのバックエンド model id が表示されることがあります。これは想定された動作です。承認
Bearer token authentication. Use your CometAPI key.
パスパラメータ
Task id returned by the create endpoint.