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 非同步生成 開始,並保存回傳的
id。為什麼 model ID 可能會改變
回應中可能會顯示解析後的後端 model id,而不是你提交的別名。這是預期行為。授權
Bearer token authentication. Use your CometAPI key.
路徑參數
Task id returned by the create endpoint.