Skip to main content
GET
cURL

개요

최상위 작업 idPOST /flux/v1/\{model\}에서 반환되며, 이를 id 쿼리 매개변수로 전달하세요. 작업이 성공하거나 실패할 때까지 제한된 클라이언트 제한 시간 내에서 계속 폴링하세요. 성공한 결과에는 sample, seed, prompt, start_time가 포함될 수 있습니다. 일부 필드는 생략될 수 있으므로 result.sample은 작업이 Ready 상태가 된 후에만 필수로 요구하세요.
result.sample 은 임시입니다. 제공업체 결과 URL을 영구적인 애플리케이션 자산으로 사용하지 마세요.

인증

Authorization
string
header
필수

Bearer token authentication. Use your CometAPI key.

쿼리 매개변수

id
string
필수

Top-level task ID returned by the FLUX create endpoint.

응답

200 - application/json

Current FLUX task state and, when ready, the generated image result.

id
string
필수

FLUX task ID.

status
string
필수

Task state. Ready is successful. Known failure states include Error, Failed, Failure, Task not found, Request Moderated, and Content Moderated.

result
object | null

Generation result. It can be null or omitted while the task is still running.

progress
number | null

Task progress when returned.

details
any

Additional task details when returned.

preview
any

Task preview data when returned.

마지막 수정일 2026년 7월 31일