Skip to main content
GET
cURL

Panoramica

Interroga lo stato e il risultato di un’attività di generazione immagini tramite task ID.
Compatibilità cross-API: Questo endpoint è compatibile anche con le attività create tramite /replicate/v1/models/\{model\}/predictions e /flux/v1/\{model\}.

Autorizzazioni

Authorization
string
header
obbligatorio

Bearer token authentication. Use your CometAPI key.

Parametri della query

id
string
obbligatorio

Task id returned by the Flux generate endpoint.

Risposta

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.