Obter um resultado de imagem FLUX
Consulte uma tarefa de imagem FLUX nativa pelo ID de nível superior e recupere a URL da imagem gerada quando o status for Ready.
Visão geral
Passe o ID da tarefa de nível superiorid retornado por POST /flux/v1/\{model\} como o parâmetro de consulta id. Continue consultando dentro de um tempo limite limitado do cliente até que a tarefa seja bem-sucedida ou falhe.
sample, seed, prompt e start_time. Alguns campos podem ser omitidos, portanto exija apenas result.sample depois que a tarefa estiver Ready.
Autorizações
Bearer token authentication. Use your CometAPI key.
Parâmetros de consulta
Top-level task ID returned by the FLUX create endpoint.
Resposta
Current FLUX task state and, when ready, the generated image result.
FLUX task ID.
Task state. Ready is successful. Known failure states include Error, Failed, Failure, Task not found, Request Moderated, and Content Moderated.
Generation result. It can be null or omitted while the task is still running.
Task progress when returned.
Additional task details when returned.
Task preview data when returned.