Skip to main content
GET
이 엔드포인트를 사용해 Veo 작업을 폴링할 수 있습니다. 현재 작업 상태와 확인된 provider model 정보를 반환합니다.

폴링 루프

1

먼저 작업 생성

Veo3 Async Generation으로 시작하고 반환된 id를 저장하세요.
2

작업이 종료 상태가 될 때까지 폴링

작업이 queued 또는 in_progress 상태를 벗어나 완료 상태에 도달할 때까지 이 엔드포인트를 계속 호출하세요.
3

결과 저장

출력이 준비되면, 애플리케이션에서 영구 사본이 필요하다면 자체 스토리지로 옮기세요.

model ID가 바뀔 수 있는 이유

응답에는 제출한 별칭 대신 확인된 provider model ID가 표시될 수 있습니다. 이는 예상된 동작입니다.

인증

Authorization
string
header
필수

Bearer token authentication. Use your CometAPI key.

경로 매개변수

video_id
string
필수

Task id returned by the create endpoint.

응답

200 - application/json

Current job state.

id
string
필수
size
string
필수
model
string
필수
object
string
필수
status
string
필수
progress
integer
필수
created_at
integer
필수
task_id
string