GET
/
flux
/
result
/
{taskId}
curl -X GET https://api.example.com/flux/result/task_123456 \
  -H "Authorization: Bearer YOUR_API_KEY"
Get the result of a FLUX image generation task.

Path Parameters

taskId
string
required
Task ID.
curl -X GET https://api.example.com/flux/result/task_123456 \
  -H "Authorization: Bearer YOUR_API_KEY"