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.