Skip to main content
GET
cURL
Flux 3 비디오 작업을 생성한 후 이 엔드포인트를 사용하세요. 작업이 완료되면 응답에 video_url이 포함됩니다.

다음 필드 확인

  • status 값은 queued, in_progress, completed 또는 failed입니다.
  • progress 값은 0부터 100까지의 대략적인 완료 비율입니다.
  • video_url 작업이 완료되면 표시됩니다.
  • error 작업이 실패하면 표시됩니다.

작업 폴링

1

먼저 작업 생성

먼저 Flux 3 비디오 생성 을 생성하고 반환된 id을 저장합니다.
2

작업 상태 조회

statuscompleted 또는 failed일 때까지 작업 ID를 이 엔드포인트로 전송합니다.
3

MP4 파일 다운로드

statuscompleted이면 Flux 3 비디오 콘텐츠 다운로드.

인증

Authorization
string
header
필수

Bearer authentication. Use your CometAPI API key.

경로 매개변수

task_id
string
필수

Task ID returned by POST /v1/videos.

응답

Current Flux 3 video task state.

id
string
필수

Task ID. Use this value as task_id in retrieve and content requests.

예시:

"<task_id>"

object
string
필수

Object type for the asynchronous video task.

Allowed value: "video"
model
string
필수

Model ID that the task uses.

Allowed value: "flux-3"
status
enum<string>
필수

Task lifecycle status. Poll until the value is completed or failed.

사용 가능한 옵션:
queued,
in_progress,
completed,
failed
progress
integer
필수

Task progress as a coarse percentage.

필수 범위: 0 <= x <= 100
created_at
integer<int64>
필수

Task creation time as a Unix timestamp in seconds.

task_id
string

Compatibility alias for id. This field can be omitted from retrieve responses.

예시:

"<task_id>"

completed_at
integer<int64>

Task completion time as a Unix timestamp in seconds when the task provides one.

expires_at
integer<int64>

Result expiration time as a Unix timestamp in seconds when the task provides one.

video_url
string<uri>

Video delivery URL. This field appears on completed tasks.

예시:

"https://media.example.com/flux-3-result.mp4"

error
object

Failure details. This field appears when the task fails.

마지막 수정일 2026년 8월 14일