Skip to main content
GET
cURL

개요

task ID로 이미지 생성 작업의 상태와 결과를 조회합니다.
크로스 API 호환성: 이 엔드포인트는 /replicate/v1/models/\{model\}/predictions/flux/v1/\{model\}를 통해 생성된 작업과도 호환됩니다.

인증

Authorization
string
header
필수

Bearer token authentication. Use your CometAPI key.

쿼리 매개변수

id
string
필수

Task id returned by the Flux generate endpoint.

응답

200 - application/json

OK

id
string
result
object

Generation result when the task is Ready. sample carries a time-limited image URL; download it promptly.

status
string

Task state, such as Pending, Ready, or Task not found for expired or unknown tasks.